Skip to content

Commit 2710f47

Browse files
author
Jon Drobny
committed
Update test_morse.py to actually run the simulation.
1 parent 3d00d9f commit 2710f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test_morse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def run_morse_potential(energy, index, num_samples=10000, run_sim=True):
118118
#Running and plotting the H-Ni simulations with the Morse potential and updated Es
119119
num_energies = 15
120120
energies = np.logspace(-1, 3, num_energies)
121-
run_sim = False
121+
run_sim = True
122122
num_samples = 1000
123123
R_N = np.zeros(num_energies)
124124
R_E = np.zeros(num_energies)

0 commit comments

Comments
 (0)