Skip to content

Commit

Permalink
More Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Oct 9, 2024
1 parent 0163b81 commit 2a1db00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/MobilityInterface/pythonify.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ auto call_sqrtMdotW(Solver &solver, libmobility::real prefactor) {
}

const char *sqrtMdotW_docstring = R"pbdoc(
Computes the stochastic contribution, :math:`\text{prefactor}\sqrt{2T\boldsymbol{\mathcal{\Omega}}}d\boldsymbol{W}`, where :math:`\boldsymbol{\mathcal{\Omega}}` is the grand mobility matrix and :math:`d\boldsymbol{W}` is a Wiener process.
Computes the stochastic contribution, :math:`\text{prefactor}\sqrt{2T\boldsymbol{\mathcal{M}}}d\boldsymbol{W}`, where :math:`\boldsymbol{\mathcal{M}}` is the grand mobility matrix and :math:`d\boldsymbol{W}` is a Wiener process.
It is required that :py:mod:`setPositions` has been called before calling this function.
Expand Down Expand Up @@ -182,7 +182,7 @@ auto call_mdot(Solver &myself, pyarray_c &forces, pyarray_c &torques) {
}

const char *mdot_docstring = R"pbdoc(
Computes the product of the Mobility matrix with a group of forces and/or torques, :math:`\boldsymbol{\mathcal{\Omega}}\begin{bmatrix}\boldsymbol{F}\\\boldsymbol{T}\end{bmatrix}`.
Computes the product of the Mobility matrix with a group of forces and/or torques, :math:`\boldsymbol{\mathcal{M}}\begin{bmatrix}\boldsymbol{F}\\\boldsymbol{T}\end{bmatrix}`.
It is required that :py:mod:`setPositions` has been called before calling this function.
Expand Down Expand Up @@ -243,7 +243,7 @@ const char *hydrodynamicvelocities_docstring = R"pbdoc(
Computes the hydrodynamic (deterministic and stochastic) velocities.
.. math::
\boldsymbol{\mathcal{\Omega}}\begin{bmatrix}\boldsymbol{F}\\\boldsymbol{T}\end{bmatrix} + \text{prefactor}\sqrt{2T\boldsymbol{\mathcal{\Omega}}}d\boldsymbol{W}
\boldsymbol{\mathcal{M}}\begin{bmatrix}\boldsymbol{F}\\\boldsymbol{T}\end{bmatrix} + \text{prefactor}\sqrt{2T\boldsymbol{\mathcal{M}}}d\boldsymbol{W}
If the forces are omitted only the stochastic part is computed.
If the temperature is zero the stochastic part is omitted.
Expand Down

0 comments on commit 2a1db00

Please sign in to comment.