You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from m3gnet.models import M3GNet
m3gnet_e_form = M3GNet.load()
m3gnet_e_form.predict_structure(struc)
In the current m3gNet, we call the predict_structure function to calculate energy, which is very confusing.
You should really name the function as predict_energy(), instead of predict_structure(), isn't it?
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. We will certainly make that change but we will do so in the new DGL version that is slated to replace this version. This TF version will be deprecated soon.
from m3gnet.models import M3GNet
m3gnet_e_form = M3GNet.load()
m3gnet_e_form.predict_structure(struc)
In the current m3gNet, we call the predict_structure function to calculate energy, which is very confusing.
You should really name the function as predict_energy(), instead of predict_structure(), isn't it?
The text was updated successfully, but these errors were encountered: