mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +01:00
6 lines
194 B
Bash
6 lines
194 B
Bash
#!/bin/bash
|
|
# Convert a old ezfio file (with option.irp.f ezfio_default)
|
|
# into a new EZFIO.cfg type
|
|
mv $1/Hartree_Fock $1/hartree_fock
|
|
mv $1/hartree_Fock/thresh_SCF $1/hartree_fock/thresh_scf
|