notice(2): -- Neighborlist exclusion statistics -- : notice(2): Particles with 2 exclusions : 4622 notice(2): Particles with 4 exclusions : 250 notice(2): Neighbors included by diameter : no notice(2): Neighbors excluded when in the same body: no
**ERROR**: Particle with unique tag 4040 has NaN for its position.
--------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) <ipython-input-23-5360be8f9bb4> in <module>() 5 6 #hoomd.run(100, callback=my_callback, callback_period=1) ----> 7 hoomd.run(10e1, quiet=True) /home/proteus/.local/lib/python3.6/hoomd/__init__.py in run(tsteps, profile, limit_hours, limit_multiple, callback_period, callback, quiet) 199 if not quiet: 200 context.msg.notice(1, "** starting run **\n"); --> 201 context.current.system.run(int(tsteps), callback_period, callback, limit_hours, int(limit_multiple)); 202 if not quiet: 203 context.msg.notice(1, "** run complete **\n"); RuntimeError: Error computing cell list
--
You received this message because you are subscribed to the Google Groups "hoomd-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hoomd-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hoomd-users/4878dc7b-8368-47e5-84a9-75b89ddd4e3a%40googlegroups.com.
notice(2): -- Neighborlist exclusion statistics -- : notice(2): Particles with 0 exclusions : 2000 notice(2): Neighbors included by diameter : no notice(2): Neighbors excluded when in the same body: no
**ERROR**: Particle with unique tag 1999 has NaN for its position.
--------------------------------------------------------------------------- RuntimeError Traceback (most recent call last)
<ipython-input-99-7a2c37cff303> in <module>()
5 6 #hoomd.run(100, callback=my_callback, callback_period=1)
----> 7 hoomd.run(10, quiet=True)
/home/proteus/.local/lib/python3.6/hoomd/__init__.py in run(tsteps, profile, limit_hours, limit_multiple, callback_period, callback, quiet) 199 if not quiet: 200 context.msg.notice(1, "** starting run **\n"); --> 201 context.current.system.run(int(tsteps), callback_period, callback, limit_hours, int(limit_multiple)); 202 if not quiet: 203 context.msg.notice(1, "** run complete **\n"); RuntimeError: Error computing cell list
--
You received this message because you are subscribed to the Google Groups "hoomd-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hoomd-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hoomd-users/786a2bb3-5e44-4061-bf3e-784d807dbb68%40googlegroups.com.
system = hoomd.init.read_snapshot(hoomd.data.make_snapshot(N=2000, box=box))
To unsubscribe from this group and stop receiving emails from it, send an email to hoomd...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to hoomd-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hoomd-users/c4d22703-f698-48cb-82c8-d093aab82927%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hoomd-users/c4d22703-f698-48cb-82c8-d093aab82927%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to hoomd-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hoomd-users/4939d116-e219-4c37-a375-edfac52e35dd%40googlegroups.com.