Open mattwthompson opened 5 years ago
Not sure if this should be in topology.py
or elsewhere, but we eventually want to wrap each of these functions into a single, simpler one, like mb.load()
or pmd.load_file()
, that infers file type based on extension and calls the appropriate reader.
We should think about how best to test our writers. Obviously we'll want to make sure the files get written, but it's not so easy to verify they get written accurately. Andrew brought this up in mbuild years ago (https://github.com/mosdef-hub/mbuild/issues/217) and basically no progress has been made because it's hard to do. The only way I can think of breaking this up is
UMN's CP2K repo https://github.com/ramanishsingh/CSSI-CP2K
I don't think GitHub has the concept of a pinned issue, but I want to have a master tracker of the status of support for various file formats.