mirror of
https://github.com/pfloos/quack
synced 2025-05-06 23:24:58 +02:00
9 lines
172 B
Bash
Executable File
9 lines
172 B
Bash
Executable File
#! /bin/bash
|
|
|
|
cp ./methods.test ../input/methods
|
|
cp ./options.test ../input/options
|
|
basis=$2
|
|
molecule=$1
|
|
cd ..
|
|
python3 PyDuck.py -x $molecule -b $basis -c 0 -m 1 --use_cap
|