Skip to content

Commit 58df190

Browse files
committed
ADF: add fa2 test back
1 parent 98a31fc commit 58df190

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

regression.py

+5
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ def testADF_ADF2013_01_stopiter_MoOCl4_sp_adfout(logfile):
131131
# len(logfile.data.scfvalues[0]) == 11
132132
assert not hasattr(logfile.data, "scfvalues")
133133

134+
def testADF_ADF2016_fa2_adf_out(logfile):
135+
"""This logfile, without symmetry, should get atombasis parsed."""
136+
assert hasattr(logfile.data, "atombasis")
137+
assert [b for ab in logfile.data.atombasis for b in ab] == list(range(logfile.data.nbasis))
138+
134139
# DALTON #
135140

136141
def testDALTON_DALTON_2015_dalton_atombasis_out(logfile):

regressionfiles.txt

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ ADF/ADF2013.01/stopiter_dvb_un_sp.adfout
3333
ADF/ADF2013.01/stopiter_dvb_un_sp_c.adfout
3434
ADF/ADF2013.01/stopiter_MoOCl4-sp.adfout
3535
ADF/ADF2014.01/dvb_gopt_b_fullscf.out
36+
ADF/ADF2016/fa2.adf.out
3637
DALTON/DALTON-2013/C_bigbasis.aug-cc-pCVQZ.out
3738
DALTON/DALTON-2013/b3lyp_energy_dvb_sp_nosym.out
3839
DALTON/DALTON-2013/dvb_sp_hf_nosym.out

0 commit comments

Comments
 (0)