Skip to content

Commit

Permalink
Disable 6 jobs which are not ready to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
MBartkowiakSTFC committed Mar 21, 2024
1 parent 43a784b commit 4cf5090
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MDANSE/Src/MDANSE/Framework/Jobs/CroppedTrajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class CroppedTrajectory(IJob):
Crop a trajectory in terms of the contents of the simulation box (selected atoms or molecules) and the trajectory length.
"""

enabled = False

label = "Cropped Trajectory"

category = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ class CurrentCorrelationFunction(IJob):
in space and time)'
"""

enabled = False

label = "Current Correlation Function"

category = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
class DipoleAutoCorrelationFunction(IJob):
""" """

enabled = False

label = "Dipole AutoCorrelation Function"

category = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ class GlobalMotionFilteredTrajectory(IJob):
In the global motion filtered trajectory, the universe is made infinite and all the configurations contiguous.
"""

enabled = False

label = "Global Motion Filtered Trajectory"

category = (
Expand Down
2 changes: 2 additions & 0 deletions MDANSE/Src/MDANSE/Framework/Jobs/McStasVirtualInstrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ class McStasVirtualInstrument(IJob):
instrument resolution, self-shielding and multiple scattering.
"""

enabled = False

label = "McStas Virtual Instrument"

category = (
Expand Down
2 changes: 2 additions & 0 deletions MDANSE/Src/MDANSE/Framework/Jobs/RigidBodyTrajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class RigidBodyTrajectory(IJob):
doi: 10.1080/08927029108022453.
"""

enabled = False

label = "Rigid Body Trajectory"

category = (
Expand Down

0 comments on commit 4cf5090

Please sign in to comment.