Beispiel #1
0
def test_hf_cs_hf_level_shift():
    check_hf_cs_hf(PlainSCFSolver(threshold=1e-10, level_shift=0.01))
Beispiel #2
0
def test_hf_cs_hf():
    check_hf_cs_hf(ODASCFSolver(threshold=1e-7))
Beispiel #3
0
def test_hf_cs_hf():
    check_hf_cs_hf(PlainSCFSolver(threshold=1e-10))
Beispiel #4
0
def test_hf_cs_hf():
    check_hf_cs_hf(PlainSCFSolver(threshold=1e-10))
Beispiel #5
0
def test_hf_cs_hf():
    check_hf_cs_hf(ODASCFSolver(threshold=1e-7))
Beispiel #6
0
def test_hf_cs_hf():
    check_hf_cs_hf(CDIISSCFSolver(threshold=1e-7))
Beispiel #7
0
def test_hf_cs_hf_level_shift():
    check_hf_cs_hf(PlainSCFSolver(threshold=1e-10, level_shift=0.01))
Beispiel #8
0
def test_hf_cs_hf():
    check_hf_cs_hf(EDIIS2SCFSolver(threshold=1e-7))