Skip to content

Commit c698457

Browse files
committed
add detector and split rs
1 parent a0b7062 commit c698457

File tree

2 files changed

+317
-62
lines changed

2 files changed

+317
-62
lines changed

calphy/input.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ class StructuralMonitoring(
150150
description="Enable structural monitoring using FrameAccumulator",
151151
),
152152
]
153-
check_interval: Annotated[
154-
int,
153+
temperature_interval: Annotated[
154+
float,
155155
Field(
156-
default=1000,
156+
default=50.0,
157157
gt=0,
158-
description="Check structure every N steps during sweeps",
158+
description="Check structure at temperature intervals (in K) during sweeps",
159159
),
160160
]
161161
l_values: Annotated[

0 commit comments

Comments
 (0)