mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 12:23:48 +01:00
Update qp_convert_ezfio
This commit is contained in:
parent
6d8004e723
commit
93b4d0c1bf
@ -15,10 +15,10 @@ mv $1/hartree_Fock/thresh_SCF $1/hartree_fock/thresh_scf 2> /dev/null
|
||||
# Set disk_acess
|
||||
echo "Change {read,write}_ao_integrals > disk_access_ao_integrals"
|
||||
|
||||
biint=$1/bielec_integrals
|
||||
biint=$1/Integrals_bielec
|
||||
|
||||
if [[ -f $biint/read_ao_integrals ]]; then
|
||||
if [[ `cat $1/bielec_integrals/read_ao_integrals` -eq "T" ]]
|
||||
if [[ `cat $1/Integrals_bielec/read_ao_integrals` -eq "T" ]]
|
||||
then
|
||||
echo "Read" > $biint/disk_access_ao_integrals
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user