From ddff22b685c51a1b1a02ae98da3ce7cbbe01e227 Mon Sep 17 00:00:00 2001 From: Egor Rumiantsev <48020029+E-Rum@users.noreply.github.com> Date: Sun, 2 Feb 2025 16:04:55 +0100 Subject: [PATCH] Fix formatting in README.rst for consistency in class descriptions (#165) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 84db37ce..589ccef6 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ torch-pme interactions in *PyTorch*. Auto-differentiation is supported for particle *positions*, *charges*, and *cell* parameters, allowing not only the automatic computation of forces but also enabling general applications in machine learning tasks. The library offers -classes for Particle-Particle Particle-Mesh Ewald (P3M), Particle Mesh Ewald (``PME``), +classes for Particle-Particle Particle-Mesh Ewald (``P3M``), Particle Mesh Ewald (``PME``), standard ``Ewald``, and non-periodic methods, with the flexibility to calculate potentials beyond :math:`1/r` electrostatics, including arbitrary order :math:`1/r^p` potentials.