Exemple #1
0
def test_lih_os_hf_level_shift():
    check_lih_os_hf(PlainSCFSolver(threshold=1e-10, level_shift=0.02))
def test_lih_os_hf():
    check_lih_os_hf(ODASCFSolver(threshold=1e-7))
Exemple #3
0
def test_lih_os_hf():
    check_lih_os_hf(PlainSCFSolver(threshold=1e-10))
Exemple #4
0
def test_lih_os_hf():
    check_lih_os_hf(PlainSCFSolver(threshold=1e-10))
Exemple #5
0
def test_lih_os_hf():
    check_lih_os_hf(ODASCFSolver(threshold=1e-7))
Exemple #6
0
def test_lih_os_hf():
    check_lih_os_hf(EDIIS2SCFSolver(threshold=1e-7))
Exemple #7
0
def test_lih_os_hf_level_shift():
    check_lih_os_hf(PlainSCFSolver(threshold=1e-10, level_shift=0.02))
Exemple #8
0
def test_lih_os_hf():
    check_lih_os_hf(EDIIS2SCFSolver(threshold=1e-7))