10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-27 07:32:15 +02:00
quantum_package/scripts/ezfio_interface/convert_ezfio.sh

13 lines
369 B
Bash
Raw Normal View History

2015-03-30 11:21:34 +02:00
#!/bin/bash
# Convert a old ezfio file (with option.irp.f ezfio_default)
# into a new EZFIO.cfg type
2015-03-31 09:58:25 +02:00
# Hartree Fock
# Changin the case, don't know if is needed or not
2015-03-30 11:47:56 +02:00
mv $1/Hartree_Fock $1/hartree_fock
mv $1/hartree_Fock/thresh_SCF $1/hartree_fock/thresh_scf
2015-03-31 09:58:25 +02:00
mv $1/hartree_Fock/thresh_SCF $1/hartree_fock/thresh_scf
# BiInts
mv $1/bi_integrals $1/bielect_integrals