Example #1
0
 def test_from_chkfile(self):
     tmpfcidump = tempfile.NamedTemporaryFile(dir=lib.param.TMPDIR)
     fcidump.from_chkfile(tmpfcidump.name, mf.chkfile, tol=1e-15)
Example #2
0
 def test_from_chkfile(self):
     tmpfcidump = tempfile.NamedTemporaryFile()
     fcidump.from_chkfile(tmpfcidump.name, mf.chkfile, tol=1e-15)
Example #3
0
 def test_from_chkfile(self):
     tmpfcidump = tempfile.NamedTemporaryFile()
     fcidump.from_chkfile(tmpfcidump.name, mf.chkfile, tol=1e-15)
Example #4
0
 def test_from_chkfile(self):
     tmpfcidump = tempfile.NamedTemporaryFile(dir=lib.param.TMPDIR)
     fcidump.from_chkfile(tmpfcidump.name,
                          mf.chkfile,
                          tol=1e-15,
                          molpro_orbsym=True)