10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-22 05:02:15 +02:00
Beter automisation for put_pseudo_in_ezfio.py
This commit is contained in:
Thomas Applencourt 2015-04-10 16:51:46 +02:00
parent 409660b0c6
commit 5962aff7ee

View File

@ -3,9 +3,10 @@
# $2 mult
echo "name" $1
echo "mul" $2
echo "basis" $2
echo "mul" $3
echo "\`get_basis.sh\` need to be changed"
rm -R $1.ezfio
qp_create_ezfio_from_xyz $1.xyz -b "cc-pvdz" -m $2
~/quantum_package/scripts/pseudo/put_pseudo_in_ezfio.py --ezfio $1.ezfio
qp_create_ezfio_from_xyz $1.xyz -b $2 -m $3
~/quantum_package/scripts/pseudo/put_pseudo_in_ezfio.py $1.ezfio