diff --git a/student-notebooks/04.01-Basic-Folding-Algorithm.ipynb b/student-notebooks/04.01-Basic-Folding-Algorithm.ipynb index 67a9619..1a2a2b2 100755 --- a/student-notebooks/04.01-Basic-Folding-Algorithm.ipynb +++ b/student-notebooks/04.01-Basic-Folding-Algorithm.ipynb @@ -260,7 +260,7 @@ "metadata": {}, "source": [ "### Step 3: Accepting/Rejecting Move\n", - "For the **decision** step, we need to make a subroutine that either accepts or rejects the new conformatuon based on the Metropolis criterion. The Metropolis criterion has a probability of accepting a move as $P = \\exp( -\\Delta G / kT )$. When $ΔE ≥ 0$, the Metropolis criterion probability of accepting the move is $P = \\exp( -\\Delta G / kT )$. When $ΔE < 0$, the Metropolis criterion probability of accepting the move is $P = 1$. Use $kT = 1$ Rosetta Energy Unit (REU)." + "For the **decision** step, we need to make a subroutine that either accepts or rejects the new conformation based on the Metropolis criterion. The Metropolis criterion has a probability of accepting a move as $P = \\exp( -\\Delta G / kT )$. When $ΔE ≥ 0$, the Metropolis criterion probability of accepting the move is $P = \\exp( -\\Delta G / kT )$. When $ΔE < 0$, the Metropolis criterion probability of accepting the move is $P = 1$. Use $kT = 1$ Rosetta Energy Unit (REU)." ] }, {