diff --git a/examples/ortho-terphenyl/1-create-config-right-density/params-template.toml b/examples/ortho-terphenyl/1-create-config-right-density/params-template.toml index 8c417ee..1ac4eb5 100644 --- a/examples/ortho-terphenyl/1-create-config-right-density/params-template.toml +++ b/examples/ortho-terphenyl/1-create-config-right-density/params-template.toml @@ -69,9 +69,14 @@ policy = "DoubleUniform" [[simulation.output]] algorithm = "StoreCallbacks" -callbacks = ["energy", "acceptance"] +callbacks = ["energy"] scheduler_params = {linear_interval = 1} +[[simulation.output]] +algorithm = "StoreAcceptance" +dependencies = ["Metropolis"] +scheduler_params = {linear_interval = 1000} + [[simulation.output]] algorithm = "StoreLastFrames" scheduler_params = {linear_interval = 10000}