Skip to content

Commit 739be5c

Browse files
author
Simon Gravelle
committed
minor change
1 parent 081a625 commit 739be5c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

molecular_simulation_code/initialize_simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def __init__(self,
99
box_dimensions, # List - Angstroms
1010
cut_off, # Angstroms
1111
initial_positions=None, # Array - Angstroms
12-
neighbor=1, # Integer
12+
neighbor=1, # Integer - frequency for neighbor list rebuild
1313
thermo_period = None,
1414
dumping_period = None,
1515
thermo_outputs = None,

molecular_simulation_code/monte_carlo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from initialize_simulation import InitializeSimulation
77
from measurements_utilities import compute_epot
88
from monte_carlo_utilities import calculate_Lambda
9-
# from numba_test import numba_copy
109

1110
import warnings
1211
warnings.filterwarnings('ignore')

0 commit comments

Comments
 (0)