From d43d99a25c13d2e011fdb91c7e68d56d9936c4f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Villemot?= Date: Thu, 16 Jul 2026 15:35:46 +0200 Subject: [PATCH] fix: callback api$ --- .../1-create-config-right-density/params-template.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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}