Exemplo n.º 1
0
def test_scf_oda_cs_hfs():
    check_scf_water_cs_hfs(SCFWrapper('oda', threshold=1e-6))
Exemplo n.º 2
0
def test_scf_ediis_cs_hfs_oda3():
    check_scf_water_cs_hfs(
        SCFWrapper('ediis', threshold=1e-6, nvector=20, scf_step='oda3'))
Exemplo n.º 3
0
def test_scf_ediis_cs_hfs():
    check_scf_water_cs_hfs(SCFWrapper('ediis', threshold=1e-6, nvector=20))
Exemplo n.º 4
0
def test_scf_oda_cs_hfs():
    check_scf_water_cs_hfs(SCFWrapper('oda', threshold=1e-6))
Exemplo n.º 5
0
def test_scf_ediis_cs_hfs_oda3():
    check_scf_water_cs_hfs(SCFWrapper('ediis', threshold=1e-6, nvector=20, scf_step='oda3'))
Exemplo n.º 6
0
def test_scf_ediis_cs_hfs():
    check_scf_water_cs_hfs(SCFWrapper('ediis', threshold=1e-6, nvector=20))