glotzerlab / hoomd-blue

Molecular dynamics and Monte Carlo soft matter simulation on GPUs.
http://glotzerlab.engin.umich.edu/hoomd-blue
BSD 3-Clause "New" or "Revised" License
323 stars 127 forks source link

How to implement a polymer in hoomd 2.9.6 #1766

Closed DavidGomez82 closed 3 months ago

DavidGomez82 commented 3 months ago

I'm a beginner in hoomd and started using the version 2.9.6. I want to implement a polymer using the following code: hoomd.init.create_random_polymers(box=data.boxdim(L=31), polymers=[polymer2], separation=dict(B=0.35), seed=52);

but I get the following error:

AttributeError: module 'hoomd.init' has no attribute 'create_random_polymers'

How can I solve this issue? Thank you so much

joaander commented 3 months ago

HOOMD-blue 2.9.6 is no longer supported.