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

Atomtyping benchmarks #132

Open
mattwthompson opened this issue Jul 19, 2017 · 1 comment
Open

Atomtyping benchmarks #132

mattwthompson opened this issue Jul 19, 2017 · 1 comment

Comments

@mattwthompson
Copy link
Member

To better understand how atomtyping can be sped up, we should create some benchmarks. Some variables that would be worth exploring

  • System size: scaling from a few hundred or thousand to hundreds of thousands or millions of atoms

  • Force field size, i.e. an xml file that only contains tip3p water vs. the entire OPLS force field

  • Sparse vs. dense bond networks, i.e. water vs a slab of hexa-coordinated atoms in a crystal

Might be better to store this code elsewhere & I can contribute some systems

@chrisiacovella
Copy link
Contributor

Good idea. As Andrew and I just discovered, forcefield size seems to play a significant role as the system size increases.

As we've discussed before, we should have a "reduce" function that outputs just the relevant parameters/rules used for a given system (into an xml file). This would be useful for:

  • Publishing papers, as it allows just the parameters used in a paper to be provided

  • Speeding up large systems, as you could run the "reduce" function on a small system, then use that forcefield file for the larger system.

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

No branches or pull requests

3 participants