Hello,
Im trying to use the PyReweighting-2D.py to get the reweighted psi-phi PMF from a DeepBoosted MD simulation. However, the energy values I'm getting are crazy high like 100 Kcal/mol or more.
This is the command Im using to get the input weights file:
awk '!/^#/{if(NR%1==0) print ($8+$7)/(0.001987*300)" " $2 " " ($8+$7)}' ../gamd-0.log > weights.dat
And this is the one I'm using to run the script:
./pyreweighting/reweight-2d.sh 20 10 6 6 coi1_phi-2_psi-2.txt 300
The files gamd-0.log and coi1_phi-2_psi-2.txt are attached
Do you have any idea what's going on?
Thanks
gamd-0.log
coi1_phi-1_psi-1.txt
Hello,
Im trying to use the PyReweighting-2D.py to get the reweighted psi-phi PMF from a DeepBoosted MD simulation. However, the energy values I'm getting are crazy high like 100 Kcal/mol or more.
This is the command Im using to get the input weights file:
awk '!/^#/{if(NR%1==0) print ($8+$7)/(0.001987*300)" " $2 " " ($8+$7)}' ../gamd-0.log > weights.dat
And this is the one I'm using to run the script:
./pyreweighting/reweight-2d.sh 20 10 6 6 coi1_phi-2_psi-2.txt 300
The files gamd-0.log and coi1_phi-2_psi-2.txt are attached
Do you have any idea what's going on?
Thanks
gamd-0.log
coi1_phi-1_psi-1.txt