Skip to content

Commit

Permalink
Set pressure to match new statepoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Mar 6, 2024
1 parent 88e8fdb commit 1c215db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoomd_validation/patchy_particle_pressure.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def job_statepoints():
# hard sphere + square well + repulsive shoulder.
# temperatures/densities for dense liquid based on initial tests.
# pressure measured from NVT simulations on CPU.
(3.0, 0.6, 4.2952, 1.0, 1.5, -1.0),
(3.0, 0.6, 2.12496, 1.0, 1.5, -1.0),
] # kT, rho, pressure, chi, lambda_, long_range_interaction_scale_factor
for temperature, density, pressure, chi, lambda_, lrisf in params_list:
for idx in replicate_indices:
Expand Down

0 comments on commit 1c215db

Please sign in to comment.