mirror of
https://github.com/pfloos/quack
synced 2024-11-03 20:53:53 +01:00
GoInt
This commit is contained in:
parent
e87ac4a88e
commit
9f4819bd25
17
GoInt
Executable file
17
GoInt
Executable file
@ -0,0 +1,17 @@
|
||||
#! /bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
if [ $# -ne 2 ]
|
||||
then
|
||||
echo "You need two arguments [Molecule] [Basis] !!"
|
||||
fi
|
||||
|
||||
if [ $# = 2 ]
|
||||
then
|
||||
cp examples/molecule."$1" input/molecule
|
||||
cp examples/basis."$1"."$2" input/basis
|
||||
cp examples/basis."$1"."$2" input/weight
|
||||
./bin/IntPak
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user