mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-09 20:48:47 +01:00
Renamed test in tests
This commit is contained in:
parent
391c7b3362
commit
c2ae5bf131
@ -22,7 +22,7 @@ function eq() {
|
|||||||
#: "${QP_ROOT?Please source your quantum_package.rc}"
|
#: "${QP_ROOT?Please source your quantum_package.rc}"
|
||||||
|
|
||||||
source ${QP_ROOT}/install/EZFIO/Bash/ezfio.sh
|
source ${QP_ROOT}/install/EZFIO/Bash/ezfio.sh
|
||||||
TEST_DIR=${QP_ROOT}/test/work/
|
TEST_DIR=${QP_ROOT}/tests/work/
|
||||||
|
|
||||||
mkdir -p "${TEST_DIR}"
|
mkdir -p "${TEST_DIR}"
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ function debug() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function run_init() {
|
function run_init() {
|
||||||
cp "${QP_ROOT}/test/input/$1" .
|
cp "${QP_ROOT}/tests/input/$1" .
|
||||||
qp_create_ezfio_from_xyz $1 -o $3 $2
|
qp_create_ezfio_from_xyz $1 -o $3 $2
|
||||||
qp_edit -c $3
|
qp_edit -c $3
|
||||||
}
|
}
|
||||||
@ -148,7 +148,7 @@ function run_FCI() {
|
|||||||
|
|
||||||
|
|
||||||
@test "gamess convert HBO.out" {
|
@test "gamess convert HBO.out" {
|
||||||
cp ${QP_ROOT}/test/input/HBO.out .
|
cp ${QP_ROOT}/tests/input/HBO.out .
|
||||||
qp_convert_output_to_ezfio.py HBO.out
|
qp_convert_output_to_ezfio.py HBO.out
|
||||||
ezfio set_file HBO.out.ezfio
|
ezfio set_file HBO.out.ezfio
|
||||||
qp_run SCF HBO.out.ezfio
|
qp_run SCF HBO.out.ezfio
|
||||||
@ -158,7 +158,7 @@ function run_FCI() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@test "g09 convert H2O.log" {
|
@test "g09 convert H2O.log" {
|
||||||
cp ${QP_ROOT}/test/input/h2o.log .
|
cp ${QP_ROOT}/tests/input/h2o.log .
|
||||||
qp_convert_output_to_ezfio.py h2o.log
|
qp_convert_output_to_ezfio.py h2o.log
|
||||||
ezfio set_file h2o.log.ezfio
|
ezfio set_file h2o.log.ezfio
|
||||||
qp_run SCF h2o.log.ezfio
|
qp_run SCF h2o.log.ezfio
|
||||||
|
Loading…
Reference in New Issue
Block a user