## Is your feature request related to a problem? ## * The current MDAnalysis [LAMMPS DATA Reader](https://userguide.mdanalysis.org/1.0.1/formats/reference/data.html) explicitly does _not_ support Lennard-Jones units * Support for reduced (LJ) units would be **immensely useful for coarse-grained simulations of polymer systems** * Useful not only for LAMMPS, but for HOOMD, GROMACS, and other simulation engines * Integral to an ongoing polymer simulations collaboration ## Describe the solution you'd like ## * Support for LJ units (e.g. as an argument in the reader which allows one to specify this preference) * Ability to distinguish between unitless quantities vs quantities with implicit units * Guidance from MDA maintainers on how to proceed with this feature (i.e. should this be supported, how general should LJ unit support be, etc.) * Are happy to provide manpower to generate PR ## Describe alternatives you've considered ## * Provide feature which permits assignment of arbitrary units which are later converted back to [MDAnalysis' internal units](https://docs.mdanalysis.org/1.0.0/_modules/MDAnalysis/units.html)
Is your feature request related to a problem?
Describe the solution you'd like
Describe alternatives you've considered