Skip to content

Commit

Permalink
Added tests_config.yaml and TMV6 in list of tests to be performed.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwaroquiers committed Feb 21, 2024
1 parent ceef5ad commit 50d800f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 49 additions & 0 deletions turbomoleio/testfiles/outputs/TM_v7.6/tests_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
testlist:
aoforce:
- aceton_full
dscf:
- h2o_uhf
# - nh3_dftd1 # DFT-D1 is not working in Turbomole 7.6
- aceton_dftd3_tzvp
- nh3_cosmo_fermi
- h2o_std
egrad:
- h2o_sym
- h3cbr_nosym
escf:
- no3_ridft_cosmo
- h2o_ridft_rpat
- Al6_columns
grad:
- h2o_std
jobex:
- no3_ridft
- h2o_dscf
- h2o_mp2_ridft_rimp2
- h2o_mp2_dscf_mpgrad
# - h2o_mp2_dscf_mpgrad_cosmo
- h2o_mp2_dscf_mpgrad_cosmo_nosym
mpgrad:
- h2o_std_mp2
- h2o_std_mp2_gradient
rdgrad:
- h2o_dftd3-bj
relax:
- h2o_cartesian
- h2o_internal
ricc2:
- h2o_std_mp2
ridft:
- h2o_dftd3-bj_not_conv
- b28_many_irreps
- h2o_dftd2_marij
- nh3_rijk_libxc_m06
rimp2:
- h2o_std_mp2
riper:
- h_chain
- graphene
- bulk_LiH
statpt:
- aceton_cartesian
- h3cbr_internal
2 changes: 1 addition & 1 deletion turbomoleio/testfiles/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
from turbomoleio.output.states import EigerRunner, States

TESTDIR = os.path.split(__file__)[0]
TM_VERSIONS = ["TM_v7.3", "TM_v7.3.1", "TM_v7.4.1", "TM_v7.5.1"]
TM_VERSIONS = ["TM_v7.3", "TM_v7.3.1", "TM_v7.4.1", "TM_v7.5.1", "TM_v7.6"]
TESTS_CONFIGS_TM_VERSIONS = {
tmv: loadfn(os.path.join(TESTDIR, "outputs", tmv, "tests_config.yaml"))
for tmv in TM_VERSIONS
Expand Down

0 comments on commit 50d800f

Please sign in to comment.