Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudz committed Sep 16, 2024
1 parent 87058bc commit 3272ba9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions simulationworkflowschema/molecular_dynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -2267,15 +2267,6 @@ class FreeEnergyCalculations(TrajectoryProperty):
""",
)

# value_unit = Quantity(
# type=str,
# shape=[],
# description="""
# Unit of the property, using UnitRegistry() notation.
# In this case, the unit corresponds to all `value` properties stored within this section.
# """,
# )

value_total_energy_magnitude = Quantity(
type=HDF5Dataset,
shape=[],
Expand Down

0 comments on commit 3272ba9

Please sign in to comment.