mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
19 lines
900 B
TOML
19 lines
900 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
|
|
"ch2o_gapw_t1.inp" = []
|
|
"ch2o_gapw_t2.inp" = []
|
|
"ch2o_gapw_t3.inp" = []
|
|
"ch2o_gapw_t4.inp" = []
|
|
"h2o_gapw_t5.inp" = []
|
|
"h2o_gapw_t6.inp" = []
|
|
"h2o_gapw_t7.inp" = []
|
|
"ch2o_gapw_xc_t1.inp" = []
|
|
"ch2o_gapw_xc_t2.inp" = []
|
|
"ch2o_gapw_xc_t3.inp" = []
|
|
"ch2o_gapw_xc_t4.inp" = []
|
|
"h2o_gapw_xc_t5.inp" = []
|
|
"h2o_gapw_xc_t6.inp" = []
|
|
#EOF
|