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

Question about path CV #92

Closed
gitkol opened this issue Apr 16, 2024 · 5 comments
Closed

Question about path CV #92

gitkol opened this issue Apr 16, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@gitkol
Copy link

gitkol commented Apr 16, 2024

Hi, I have been using path CV extensively with OpenMM-PLUMED, and got very excited to learn about your fantastic CV library that runs on the GPU. My understanding, though, is that your path CV defines the milestones in CV space. Do you have any suggestion how to use your library when the milestones are defined by intermediate structures between two conformations identified with their atomic coordinates as opposed to s and z, which in this case would just be a trivial sequence of (1,0), (2,0), etc.?

Thank you very much!

Best regards,

Istvan

@craabreu
Copy link
Collaborator

Thank you for the question and the feedback.

A new path-CV class is necessary to use the library in the way you mentioned. It has to accept reference structures as milestones and use RMSD to measure the distance between the current state and each milestone. It would be identical to PathInCVSpace in all other features, which makes such implementation relatively simple.

I started PR #93 to implement this new class. It might be available in the next release version.

@gitkol
Copy link
Author

gitkol commented Apr 19, 2024

That would be fantastic, thank you very much! I'd be happy to test it if that helps.

Istvan

@craabreu
Copy link
Collaborator

It helps a lot! Thank you very much.

The latest CVPack version (v0.12.0) includes the new PathInRMSDSpace class. It is already available for installation via conda/mamba or pip.

@gitkol
Copy link
Author

gitkol commented Apr 20, 2024 via email

@craabreu
Copy link
Collaborator

I'm closing this issue. Please feel free to either reopen it or create a new one.

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
None yet
Development

No branches or pull requests

2 participants