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
This is a feature request for piecewise linear temperature schedule for the JaxMD calculator.
This is a common MD temperature schedule that I don't think is possible right now with the JaxMD calculator in apax.
Could in principle be done by adding a temperature_schedule config keyword (and corresponding class) with the current one being a specialization liek ConstantTemperatureSchedule, and new one being PiecewiseLinearTemperatureSchedule (piecewise_linear keyword?)
For the PLTS case, one could let the temperatures be a list of floats and have a list of floats for the endpoint temperatures of each linearly interpolated segments
thanks for reaching out. This should be relatively easy to implement.
It is also something that could be useful for our LotF applications since sampling with jaxmd is quite a bit more efficient.
I'll see if I can get it done some time this week.
This is a feature request for piecewise linear temperature schedule for the JaxMD calculator.
This is a common MD temperature schedule that I don't think is possible right now with the JaxMD calculator in apax.
Could in principle be done by adding a temperature_schedule config keyword (and corresponding class) with the current one being a specialization liek ConstantTemperatureSchedule, and new one being PiecewiseLinearTemperatureSchedule (piecewise_linear keyword?)
For the PLTS case, one could let the temperatures be a list of floats and have a list of floats for the endpoint temperatures of each linearly interpolated segments
So something like:
Would start at 100K go to 3k K over 100 ps, etc etc.
The text was updated successfully, but these errors were encountered: