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