Skip to content
Snippets Groups Projects
Commit 1811a10d authored by Ruocheng Han's avatar Ruocheng Han
Browse files

Update examples/ch4_200_031/eneden/eneden.sh

parent cd58ba7d
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ python $codes/int2el_mp4-pytorch.cpu-j.mat.py $data/$x.scf.h5 $data/FCIDUMP_int2
# generate energy density for C and H
for n in 2 3 4
do
echo "Calculated MP$n:"
echo "Calculated MP$n (summing up of energy density for checking):"
python $codes/Ajb_mpn.pytorch.py $data/$x.scf.h5 mp${n}_amp.npy Ajb_200_031.C.npy $data/$x.npz 0,70000 200_031.C.mp${n}.npy
python $codes/Ajb_mpn.pytorch.py $data/$x.scf.h5 mp${n}_amp.npy Ajb_200_031.H.npy $data/$x.npz 70000,140000 200_031.H.mp${n}.npy
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment