mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
15 lines
677 B
TOML
15 lines
677 B
TOML
# runs are executed in the same order as in this file
|
|
# the second field tells which test should be run in order to compare with the last available output
|
|
# e.g. 0 means do not compare anything, running is enough
|
|
# 1 compares the last total energy in the file
|
|
# for details see cp2k/tools/do_regtest
|
|
"h2o_lri.inp" = []
|
|
"h2o_pade_fd.inp" = []
|
|
"h2o_hfx.inp" = []
|
|
"h2o_hfx_admm.inp" = []
|
|
"h2o_admm_gapw.inp" = []
|
|
"h2o_admm_x.inp" = []
|
|
"h2o_pbe_fd.inp" = []
|
|
#
|
|
#"h2o_tpss_fd.inp" = []
|
|
#EOF
|