foyer icon indicating copy to clipboard operation
foyer copied to clipboard

Atomtyping benchmarks

Open mattwthompson opened this issue 8 years ago • 1 comments
trafficstars

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

mattwthompson avatar Jul 19 '17 17:07 mattwthompson

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.

chrisiacovella avatar Jul 19 '17 17:07 chrisiacovella