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

removing box vectors from 2.3 #182

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading