Hi Antonia
Thanks for your reply!
After I use NVE integration, the Mueller-Plathe method and try to visualize the system, it is not "moving" at all. Below is the part of my script:
hoomd.md.integrate.mode_standard(dt=1e-6)
hoomd.md.integrate.nve(group=rigid)
const_flow = hoomd.variant.linear_interp([(0,0),(5e6, 0.1*5e6)])
hoomd.md.update.mueller_plathe_flow(rigid, const_flow, hoomd.md.update.mueller_plathe_flow.Y, hoomd.md.update.mueller_plathe_flow.X, 35)
hoomd.dump.gsd('gamma=0.1.gsd', period=5e6, group=hoomd.group.all(), overwrite=True)
hoomd.run(5e6)
I still continuously receive the following warning:
*Warning*: After 100 MuellerPlatheFlow could not achieve the target: 29 only 0.00594962 could be achieved.
I am not sure whether the method is not suitable for my system or not.
Lawrence