Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Commit f453836

Browse files
authored
Add files via upload
1 parent 8c7a9f0 commit f453836

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multioptpy/Wrapper/mapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ def __init__(
866866
graph_json: str = "reaction_network.json",
867867
max_iterations: int = 50,
868868
resume: bool = False,
869-
boltzmann_resample_attempts: int = 10000,
869+
boltzmann_resample_attempts: int = 1000000,
870870
rng_seed: int = 42,
871871
energy_tolerance_kcalmol: float = 1.0,
872872
config_file_path: str | None = None,

0 commit comments

Comments
 (0)