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
Using the NonEquilibriumCyclingProtocol, we want to be able perform chains of continuations where the ProtocolDAGResult of a single ProtocolDAG execution can be used as the starting point for another ProtocolDAG by way of NonEquilibriumCyclingProtocol.create(..., extends=<protocoldagresult>).
This would enable more adaptive sampling of AlchemicalNetworks using engines such as exorcist or alchemiscale, where in addition to just running more independent runs of the Transformation, runs could also be extended at-will. In this way, it provides an orthogonal approach to increased sampling to what is currently possible. It may also make it easier to use pre-emptible compute resources with less waste, allowing for shorter individual ProtocolDAG executions when many can be chained together efficiently.
The text was updated successfully, but these errors were encountered:
dotsdl
changed the title
Add extends support to the NonEquiliibriumCyclingProtocol
Add extends support to the NonEquilibriumCyclingProtocolOct 7, 2023
Using the
NonEquilibriumCyclingProtocol
, we want to be able perform chains of continuations where theProtocolDAGResult
of a singleProtocolDAG
execution can be used as the starting point for anotherProtocolDAG
by way ofNonEquilibriumCyclingProtocol.create(..., extends=<protocoldagresult>)
.This would enable more adaptive sampling of
AlchemicalNetwork
s using engines such asexorcist
oralchemiscale
, where in addition to just running more independent runs of theTransformation
, runs could also be extended at-will. In this way, it provides an orthogonal approach to increased sampling to what is currently possible. It may also make it easier to use pre-emptible compute resources with less waste, allowing for shorter individualProtocolDAG
executions when many can be chained together efficiently.The text was updated successfully, but these errors were encountered: