Skip to content

Commit

Permalink
renamed shear_parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudz committed Aug 21, 2024
1 parent 151e94b commit 5093178
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions simulationworkflowschema/molecular_dynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ class BarostatParameters(ArchiveSection):
)


class ShearFlowParameters(ArchiveSection):
class ShearParameters(ArchiveSection):
"""
Section containing the parameters pertaining to the shear flow for a molecular dynamics run.
"""
Expand Down Expand Up @@ -724,9 +724,7 @@ class MolecularDynamicsMethod(SimulationWorkflowMethod):

barostat_parameters = SubSection(sub_section=BarostatParameters.m_def, repeats=True)

shear_flow_parameters = SubSection(
sub_section=ShearFlowParameters.m_def, repeats=True
)
shear_parameters = SubSection(sub_section=ShearParameters.m_def, repeats=True)

free_energy_calculation_parameters = SubSection(
sub_section=FreeEnergyCalculationParameters.m_def, repeats=True
Expand Down

0 comments on commit 5093178

Please sign in to comment.