10
1
mirror of https://github.com/pfloos/quack synced 2024-06-02 03:15:33 +02:00
QuAcK/test/run_test.sh

9 lines
206 B
Bash
Raw Normal View History

2023-11-11 21:35:55 +01:00
#! /bin/bash
cp ./methods.test ../input/methods
cp ./options.test ../input/options
cd ..
2023-11-13 18:43:43 +01:00
python3 PyDuck.py -x He -b 6-31g -m 1
2023-11-14 14:37:17 +01:00
cp input/methods.default input/methods
cp input/options.default input/options