4
1
mirror of https://github.com/pfloos/quack synced 2024-07-12 06:13:47 +02:00
quack/test/run_test.sh
2023-11-14 14:37:17 +01:00

9 lines
206 B
Bash
Executable File

#! /bin/bash
cp ./methods.test ../input/methods
cp ./options.test ../input/options
cd ..
python3 PyDuck.py -x He -b 6-31g -m 1
cp input/methods.default input/methods
cp input/options.default input/options