コード例 #1
0
ファイル: test_fcidump.py プロジェクト: chrinide/pyscf
 def test_from_chkfile(self):
     tmpfcidump = tempfile.NamedTemporaryFile(dir=lib.param.TMPDIR)
     fcidump.from_chkfile(tmpfcidump.name, mf.chkfile, tol=1e-15)
コード例 #2
0
ファイル: test_fcidump.py プロジェクト: berquist/pyscf
 def test_from_chkfile(self):
     tmpfcidump = tempfile.NamedTemporaryFile()
     fcidump.from_chkfile(tmpfcidump.name, mf.chkfile, tol=1e-15)
コード例 #3
0
 def test_from_chkfile(self):
     tmpfcidump = tempfile.NamedTemporaryFile()
     fcidump.from_chkfile(tmpfcidump.name, mf.chkfile, tol=1e-15)
コード例 #4
0
ファイル: test_fcidump.py プロジェクト: y1xiaoc/pyscf
 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)