コード例 #1
0
ファイル: test_scf.py プロジェクト: susilehtola/horton
def test_hf_cs_hf_level_shift():
    check_hf_cs_hf(PlainSCFSolver(threshold=1e-10, level_shift=0.01))
コード例 #2
0
def test_hf_cs_hf():
    check_hf_cs_hf(ODASCFSolver(threshold=1e-7))
コード例 #3
0
ファイル: test_scf.py プロジェクト: susilehtola/horton
def test_hf_cs_hf():
    check_hf_cs_hf(PlainSCFSolver(threshold=1e-10))
コード例 #4
0
ファイル: test_scf.py プロジェクト: FarnazH/hortonqa
def test_hf_cs_hf():
    check_hf_cs_hf(PlainSCFSolver(threshold=1e-10))
コード例 #5
0
ファイル: test_scf_oda.py プロジェクト: susilehtola/horton
def test_hf_cs_hf():
    check_hf_cs_hf(ODASCFSolver(threshold=1e-7))
コード例 #6
0
ファイル: test_scf_cdiis.py プロジェクト: crisely09/horton
def test_hf_cs_hf():
    check_hf_cs_hf(CDIISSCFSolver(threshold=1e-7))
コード例 #7
0
ファイル: test_scf.py プロジェクト: QuantumElephant/horton
def test_hf_cs_hf_level_shift():
    check_hf_cs_hf(PlainSCFSolver(threshold=1e-10, level_shift=0.01))
コード例 #8
0
def test_hf_cs_hf():
    check_hf_cs_hf(EDIIS2SCFSolver(threshold=1e-7))