Skip to content

Commit

Permalink
removing box vectors from 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
atravitz committed Dec 4, 2024
1 parent dc61e8d commit 9ab1197
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions showcase/openfe_showcase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1020,17 +1020,12 @@
"along an alchemical network which are connected by edges which carry out\n",
"calculations along Alchemical states to get free energies.\n",
"\n",
"`ChemicalSystems` take in three different things:\n",
"`ChemicalSystems` take in:\n",
"\n",
"1. A dictionary of the chemical components (e.g. `SmallMoleculeComponent`,\n",
" `ProteinComponent`, `SolventComponent`) defining the system.\n",
"\n",
"\n",
"2. Box vectors (optional), defining the shape and size of the unit cell of the\n",
" system.\n",
"\n",
"\n",
"3. An identifier name (optional), for the `ChemicalSystem`. This is used as part\n",
"2. An identifier name (optional), for the `ChemicalSystem`. This is used as part\n",
" of the hash identifier of the `ChemicalSystem`, and can help distinguish between\n",
" otherwise comparable systems."
]
Expand Down

0 comments on commit 9ab1197

Please sign in to comment.