Skip to content

Commit e31c2db

Browse files
Update hoomd/md/pair/aniso.py
Co-authored-by: Joshua A. Anderson <joaander@umich.edu>
1 parent 1996935 commit e31c2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hoomd/md/pair/aniso.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class YLZ(AnisotropicPair):
195195
'rmin':1.122, 'twozeta': int(4)}
196196
197197
ylz.params.default = ylz_params
198-
ylz.mu.default = (0,0,1)
198+
ylz.mu.default = (0, 0, 1)
199199
simulation.operations.integrator.forces = [ylz]
200200
201201
{inherited}

0 commit comments

Comments
 (0)