Skip to content

Commit

Permalink
DOC: Standardize against "-ing" langauge
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Mar 29, 2024
1 parent e682fcf commit 0cf4387
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/experimental/openmm-import/protein-ligand.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "0",
"metadata": {},
"source": [
"# Loading a system from OpenMM into Interchange"
"# Load a system from OpenMM into Interchange"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/experimental/openmmforcefields/gaff.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "0",
"metadata": {},
"source": [
"# Preparing a ligand with `openmmforcefields` and Interchange\n",
"# Prepare a GAFF ligand with `openmmforcefields` and Interchange\n",
"\n",
"[`openmmforcefields`](https://github.com/openmm/openmmforcefields) is a Python package that provides OpenMM implementations of some small molecule and biopolymer force fields via template generators. It provides classes that port SMIRNOFF, GAFF, and Espaloma force fields into a format that be used alongside the many force fields that ship with OpenMM by default."
]
Expand Down
2 changes: 1 addition & 1 deletion examples/experimental/openmmforcefields/smirnoff.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "0",
"metadata": {},
"source": [
"# Preparing a ligand with `openmmforcefields` and Interchange\n",
"# Prepare a SMIRNOFF ligand with `openmmforcefields` and Interchange\n",
"\n",
"[`openmmforcefields`](https://github.com/openmm/openmmforcefields) is a Python package that provides OpenMM implementations of some small molecule force fields via small molecule template generators."
]
Expand Down
2 changes: 1 addition & 1 deletion examples/lammps/lammps.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Simulating an Interchange with LAMMPS\n",
"# Simulate an Interchange with LAMMPS\n",
"\n",
"In this example, we'll quickly construct an `Interchange` and then run a simulation in LAMMPS. "
]
Expand Down
2 changes: 1 addition & 1 deletion examples/ligand_in_water/ligand_in_water.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "0",
"metadata": {},
"source": [
"# Solvating and equilibrating a ligand in a box of water"
"# Solvate and equilibrate a ligand in a box of water"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/openmm/openmm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Simulating an Interchange with OpenMM\n",
"# Simulate an Interchange with OpenMM\n",
"\n",
"In this example, we'll quickly construct an `Interchange` and then run a simulation in OpenMM. "
]
Expand Down
2 changes: 1 addition & 1 deletion examples/packed_box/packed_box.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "0",
"metadata": {},
"source": [
"# Generating and Parametrizing multi-component systems\n",
"# Generate and parameterize multi-component systems\n",
"\n",
"The OpenFF Toolkit provides some facilities to prepare topologies from structure files containing multiple molecules, but in other cases external tools are better-suited for the task. In this example, we will use a Python wrapper around the external tool PACKMOL to prepare a system composed of a mixture of organic species."
]
Expand Down

0 comments on commit 0cf4387

Please sign in to comment.