Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Download/load in crystal structures for COD

  • Convert crystals into formats that OpenFF can use:

  • Select structures from COF:

    • For now, just take structures that are organic crystals and not weird. Eventually, we will want to figure these out.

    • Can start by just selecting a few (5-10) COF files to get the process working.

    • COF has SMILES database, but some stereochemistries are not explicitly defined, which will cause errors when generating openFF molecule.

  • Minimize the structures using different force fields:

    • Start with OpenFF (different versions)

    • Example here:

      Github link macro
      linkhttps://github.com/openforcefield/openff-toolkit/tree/latest/examples/SMIRNOFF_simulation
      could be used to start with (energy minimize rather than simulate)

    • Issue: we may need to do lattice minimization (minimize the box vectors as well as the atoms), which will require implementing some code.

    • Will need to minimize unit cells as well. Many programs implement this, we should figure out the best algorithms:

  • Observe how much the RMSD changes from the experimental structure.

    • Note: there are other more direct comparisons to experiment (see below), but let’s get the other things working first

    • Look at RMSD20 and RMSD15

  • Goals: make it a workflow that can run relatively easily and be plugged into benchmarking

...