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

[CVs] Add two or three common extra CVs #53

Closed
pabloferz opened this issue Oct 5, 2021 · 4 comments
Closed

[CVs] Add two or three common extra CVs #53

pabloferz opened this issue Oct 5, 2021 · 4 comments

Comments

@pabloferz
Copy link
Member

We need to provide some additional missing CVs.

@InnocentBug
Copy link
Member

Just to brain storm ideas for CVs.

We could do particle density of a grid. Used in soft matter systems.
But I am not sure if/how JAX can calculate gradients for this.

@pabloferz
Copy link
Member Author

JAX can take gradients of almost anything that uses jax.numpy, jax.scipy, jax.lax (basically almost anything within jax). The issue is more on deciding the representation for the output, i.e., if we want it flatten or as a data structure or tensor.

@InnocentBug
Copy link
Member

we can probably close this with #134

@pabloferz
Copy link
Member Author

We have enough "common" CVs now implemented. If a specif CV need to be added, we can open separate issues for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants