I am currently employing the following script to generate a Free Energy Surface (FES) profile, utilizing TICA-1 and TICA-2 as dimensions. Could I potentially integrate a third dimension into this script, using free energy (kcal/mole) as this additional dimension? This would enable the creation of a 3-dimensional FES profile.
I am currently employing the following script to generate a Free Energy Surface (FES) profile, utilizing TICA-1 and TICA-2 as dimensions. Could I potentially integrate a third dimension into this script, using free energy (kcal/mole) as this additional dimension? This would enable the creation of a 3-dimensional FES profile.
model.plotFES(0, 1, temperature=360, states=True)
Thank you.