Skip to content

Commit 4358b9b

Browse files
authored
Implemented CUDA'fied force-dependent extrusion
1 parent 1c6115e commit 4358b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polychrom_hoomd/extrude.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def boltzmann_criterion(system, current_bond_list, trial_bond_list, step_dist=0.
7878
rng = xp.random.random(N).astype(xp.float64)
7979

8080
rtags = local_snap.particles.rtag._coerce_to_ndarray()
81-
positions = local_snap.particles.position._coerce_to_ndarray()
81+
positions = local_snap.particles.position._coerce_to_ndarray()
8282
positions = positions.astype(xp.float64)
8383

8484
num_blocks = (N+threads_per_block-1) // threads_per_block

0 commit comments

Comments
 (0)