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