Skip to content

[Feature] I want to add support for AMBER coordinates and topologies #26

@helmutcarter

Description

@helmutcarter

A few things:

I've been using rust for less than a year, but I successfully used it for a project involving processing MD trajectories. However, because no rust library supports AMBER trajectories, I ended up doing all the trajectory setup in python, which was a big bottleneck. I would like to add support for it to molio, and because I am relatively new to rust (and completely new to contributing to rust libraries) I would like some direction.

Also, unlike all the filetypes supported by molio so far, AMBER stores atom coordinates/velocities in a separate file from the atom identities, bond connections, etc. What do you think is the best way to handle this in the library? I.e. should I just force the user to always load the parameter file at the same time as the coordinate file?

The most widely-used AMBER trajectory format is a NetCDF file, are you okay with including netcdf as a dependency?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions