mphowardlab / azplugins

A HOOMD-blue component for soft matter simulations.
BSD 3-Clause "New" or "Revised" License
20 stars 12 forks source link

Import mpcd by default? #46

Open mphoward opened 3 years ago

mphoward commented 3 years ago

Should we try to import the mpcd module (like we do for _mpcd from hoomd) so that it is available in the same namespace as other modules when azplugins is built with MPCD?

astatt commented 1 month ago

I would say yes once we go to azplugins-v1 and hoomd4. This is easier for the users I think.

mphoward commented 1 month ago

I agree. We should be able to add conditional compilation of this at the CMake level, and conditional import at the Python level.