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