Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hbonds output formats #22

Open
dprada opened this issue Apr 16, 2021 · 1 comment
Open

Hbonds output formats #22

dprada opened this issue Apr 16, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dprada
Copy link
Contributor

dprada commented Apr 16, 2021

What would be the best way to encode the list of hydrogen bonds found in a trajectory?

  • A dictionary of lists (with frame indices where the bond was formed)
  • A sparse tensor (3d with the library "Sparse")
  • An array of arrays with different shape (number of frames x lists of detected hbonds)
  • A list of sparse matrices (as mdtraj)
  • A native Hbond class where the info is stored as a sparse tensor with methods to be able to access quickly to different formats.
  • ...

This is not clear now.

@dprada
Copy link
Contributor Author

dprada commented Apr 16, 2021

Let's take a temporary decision... To postpone this for a MolSysMT version > 1.0.

@dprada dprada self-assigned this Apr 16, 2021
@dprada dprada added the enhancement New feature or request label Apr 16, 2021
@dprada dprada added this to the Before_1.1 milestone Apr 16, 2021
@dprada dprada added this to MolSysMT Jun 28, 2022
@dprada dprada moved this to Todo in MolSysMT Jun 28, 2022
@dprada dprada modified the milestones: 1.1.0, 1.0.0 Jun 28, 2022
@dprada dprada modified the milestones: 1.0.0, 0.7.0, 0.7.1 Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant