Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 9, 2024
1 parent 6457ef8 commit 26d6a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipsuite/calculators/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from .ase_geoopt import ASEGeoOpt
from .ase_md import (
ASEMD,
SVCRBarostat,
BoxOscillatingRampModifier,
FixedLayerConstraint,
FixedSphereConstraint,
LangevinThermostat,
NPTThermostat,
PressureRampModifier,
RescaleBoxModifier,
SVCRBarostat,
TemperatureOscillatingRampModifier,
TemperatureRampModifier,
VelocityVerletDynamic,
Expand Down
2 changes: 1 addition & 1 deletion ipsuite/calculators/integrators.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from ase.parallel import world


class StochasticVelocityCellRescaling(MolecularDynamics):
class StochasticVelocityCellRescaling(MolecularDynamics):
"""Bussi stochastic velocity and cell rescaling (NVT / NPT) molecular dynamics.
Based on the paper from Bussi et al. (https://arxiv.org/abs/0803.4060)
Thermostat is based on the ASE implementation of SVR.
Expand Down

0 comments on commit 26d6a17

Please sign in to comment.