Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion docs/reference/api/systems_and_components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ We describe a chemical system as being made up of one or more "components," e.g.
:nosignatures:
:toctree: generated/

ChemicalSystem
Transformation
Component
SmallMoleculeComponent
ProteinComponent
ProteinMembraneComponent
Comment thread
atravitz marked this conversation as resolved.
SolventComponent
ChemicalSystem
SolvatedPDBComponent


Chemical System Generators
Expand Down
1 change: 1 addition & 0 deletions src/openfe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
ProteinComponent,
ProteinMembraneComponent,
SmallMoleculeComponent,
SolvatedPDBComponent,
SolventComponent,
Transformation,
)
Expand Down
Loading