Skip to content

Commit

Permalink
benchmarked MC code
Browse files Browse the repository at this point in the history
  • Loading branch information
simongravelle committed Jan 2, 2025
1 parent 75ba8e0 commit f029a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/test_monte_carlo_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ def setUp(self):
L = 20 * ureg.angstrom # Define box size
rc = 2.5 * sig_1 # Define cut_off
T = 300 * ureg.kelvin # Pick the desired temperature
displace_mc = sig_1/2 # choose the displace_mc
displace_mc = sig_1/4 # choose the displace_mc

# Initialize the MonteCarlo object
self.mc = MonteCarlo(
ureg = ureg,
maximum_steps = 10000,
maximum_steps = 50000,
thermo_period = 1000,
dumping_period = 1000,
number_atoms = [nmb_1],
Expand Down

0 comments on commit f029a9b

Please sign in to comment.