Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
f657f5e1
Commit
f657f5e1
authored
Nov 18, 2016
by
eric pellegrini
Browse files
removed the explicit imports of the framework classes
parent
89274298
Changes
14
Hide whitespace changes
Inline
Side-by-side
MDANSE/Framework/Configurators/__init__.py
View file @
f657f5e1
__all__
=
[
'AtomSelectionConfigurator'
,
'AtomTransmutationConfigurator'
,
'AtomsListConfigurator'
,
'AxisSelectionConfigurator'
,
'BasisSelectionConfigurator'
,
'BooleanConfigurator'
,
'ComplexNumberConfigurator'
,
'FloatConfigurator'
,
'FramesConfigurator'
,
'GroupingLevelConfigurator'
,
'InputDirectoryConfigurator'
,
'InputFileConfigurator'
,
'InstrumentResolutionConfigurator'
,
'IntegerConfigurator'
,
'InterpolationOrderConfigurator'
,
'MMTKTrajectoryConfigurator'
,
'McStasInstrumentConfigurator'
,
'McStasOptionsConfigurator'
,
'McStasParametersConfigurator'
,
'MultipleChoicesConfigurator'
,
'NetCDFInputFileConfigurator'
,
'OutputDirectoryConfigurator'
,
'OutputFilesConfigurator'
,
'PartialChargeConfigurator'
,
'ProjectionConfigurator'
,
'PythonObjectConfigurator'
,
'PythonScriptConfigurator'
,
'QVectorsConfigurator'
,
'RangeConfigurator'
,
'RunningModeConfigurator'
,
'SingleChoiceConfigurator'
,
'StringConfigurator'
,
'TrajectoryVariableConfigurator'
,
'VectorConfigurator'
,
'WeightsConfigurator'
]
MDANSE/Framework/Formats/__init__.py
View file @
f657f5e1
__all__
=
[
'ASCIIFormat'
,
'NetCDFFormat'
,
'SVGFormat'
]
\ No newline at end of file
MDANSE/Framework/Handlers/IHandler.py
View file @
f657f5e1
...
@@ -35,4 +35,4 @@ class IHandler(object):
...
@@ -35,4 +35,4 @@ class IHandler(object):
Base class for the handlers of MDANSE logger.
Base class for the handlers of MDANSE logger.
'''
'''
_registry
=
"handler"
_registry
=
"handler"
\ No newline at end of file
\ No newline at end of file
MDANSE/Framework/Handlers/__init__.py
View file @
f657f5e1
__all__
=
[
'ColorizingStreamHandler'
,
'LogfileHandler'
]
\ No newline at end of file
MDANSE/Framework/InputData/__init__.py
View file @
f657f5e1
__all__
=
[
'EmptyData'
,
'InputFileData'
,
'MMTKTrajectoryInputData'
,
'MVITraceInputData'
,
'NetCDFInputData'
,
'PeriodicTableInputData'
]
\ No newline at end of file
MDANSE/Framework/InstrumentResolutions/__init__.py
View file @
f657f5e1
__all__
=
[
'GaussianResolution'
,
'IdealResolution'
,
'LorentzianResolution'
,
'PseudoVoigtResolution'
,
'SquareResolution'
,
'TriangularResolution'
]
\ No newline at end of file
MDANSE/Framework/Jobs/__init__.py
View file @
f657f5e1
__all__
=
[
'CHARMM'
,
'Castep'
,
'DFTB'
,
'DL_POLY'
,
'DMol'
,
'Discover'
,
'Forcite'
,
'Generic'
,
'LAMMPS'
,
'NAMD'
,
'PDB'
,
'VASP'
,
'XPLOR'
,
'AngularCorrelation'
,
'AreaPerMolecule'
,
'BoxTranslatedTrajectory'
,
'CenterOfMassesTrajectory'
,
'CoordinationNumber'
,
'CroppedTrajectory'
,
'CurrentCorrelationFunction'
,
'Density'
,
'DensityOfStates'
,
'DensityProfile'
,
'DipoleAutoCorrelationFunction'
,
'DynamicCoherentStructureFactor'
,
'DynamicIncoherentStructureFactor'
,
'Eccentricity'
,
'ElasticIncoherentStructureFactor'
,
'GaussianDynamicIncoherentStructureFactor'
,
'GeneralAutoCorrelationFunction'
,
'GlobalMotionFilteredTrajectory'
,
'McStasVirtualInstrument'
,
'MeanSquareDisplacement'
,
'MolecularTrace'
,
'OrderParameter'
,
'PairDistributionFunction'
,
'PositionAutoCorrelationFunction'
,
'RadiusOfGyration'
,
'RefoldedMembraneTrajectory'
,
'RigidBodyTrajectory'
,
'RootMeanSquareDeviation'
,
'RootMeanSquareFluctuation'
,
'SolventAccessibleSurface'
,
'SpatialDensity'
,
'StaticStructureFactor'
,
'StructureFactorFromScatteringFunction'
,
'Temperature'
,
'UnfoldedTrajectory'
,
'VelocityAutoCorrelationFunction'
,
'Voronoi'
,
'XRayStaticStructureFactor'
]
\ No newline at end of file
MDANSE/Framework/OutputVariables/__init__.py
View file @
f657f5e1
__all__
=
[
'LineOutputVariable'
,
'SurfaceOutputVariable'
,
'VolumeOutputVariable'
]
\ No newline at end of file
MDANSE/Framework/Projectors/__init__.py
View file @
f657f5e1
__all__
=
[
'AxialProjector'
,
'NullProjector'
,
'PlanarProjector'
]
\ No newline at end of file
MDANSE/Framework/QVectors/__init__.py
View file @
f657f5e1
__all__
=
[
'ApproximateDispersionLatticeQVectors'
,
'CircularLatticeQVectors'
,
'CircularQVectors'
,
'DispersionLatticeQVectors'
,
'GridQVectors'
,
'LatticeQvectors'
,
'LinearLatticeQVectors'
,
'LinearQVectors'
,
'MillerIndicesQVectors'
,
'SphericalLatticeQVectors'
,
'SphericalQVectors'
]
\ No newline at end of file
MDANSE/Framework/Selectors/__init__.py
View file @
f657f5e1
__all__
=
[
'All'
,
'Amine'
,
'AtomFullName'
,
'AtomIndex'
,
'AtomName'
,
'AtomPicked'
,
'AtomSymbol'
,
'AtomType'
,
'Backbone'
,
'CarboHydrogen'
,
'CarbonAlpha'
,
'ChainName'
,
'Expression'
,
'HeteroHydrogen'
,
'Hydroxyl'
,
'Macromolecule'
,
'Methyl'
,
'MoleculeIndex'
,
'MoleculeName'
,
'NitroHydrogen'
,
'NucleotideBase'
,
'NucleotideName'
,
'NucleotideType'
,
'OxyHydrogen'
,
'PDBFile'
,
'Phosphate'
,
'PythonScript'
,
'ResidueClass'
,
'ResidueName'
,
'ResidueType'
,
'SideChain'
,
'Sulphate'
,
'SulphurHydrogen'
,
'Thiol'
,
'Within'
]
\ No newline at end of file
MDANSE/GUI/Handlers/__init__.py
View file @
f657f5e1
__all__
=
[
'ConsoleHandler'
,
'DialogHandler'
]
\ No newline at end of file
MDANSE/GUI/Plugins/__init__.py
View file @
f657f5e1
__all__
=
[
'AnimationPlugin'
,
'AtomSelectionPlugin'
,
'AtomsListPlugin'
,
'DataInfoPlugin'
,
'DensitySuperpositionPlugin'
,
'MolecularViewerPlugin'
,
'MviViewerPlugin'
,
'PartialChargesPlugin'
,
'PlotterPlugin'
,
'QVectorsPlugin'
,
'UserDefinitionPlugin'
]
\ No newline at end of file
MDANSE/GUI/Widgets/__init__.py
View file @
f657f5e1
__all__
=
[
'AtomSelectionWidget'
,
'AtomTransmutationWidget'
,
'AtomsListWidget'
,
'BooleanWidget'
,
'FloatWidget'
,
'FramesWidget'
,
'GroupingLevelWidget'
,
'InputDirectoryWidget'
,
'InputFileWidget'
,
'InstrumentResolutionWidget'
,
'IntegerWidget'
,
'InterpolationOrderWidget'
,
'MMTKTrajectoryWidget'
,
'McStasInstrumentWidget'
,
'McStasOptionsWidget'
,
'McStasParametersWidget'
,
'MultipleChoicesWidget'
,
'NetCDFInputFileWidget'
,
'OutputDirectoryWidget'
,
'OutputFilesWidget'
,
'PartialChargesWidget'
,
'ProjectionWidget'
,
'PythonObjectWidgets'
,
'QVectorsWidget'
,
'RangeWidget'
,
'RunningModeWidget'
,
'SingleChoiceWidget'
,
'StringWidget'
,
'TrajectoryVariableWidget'
,
'VectorWidget'
,
'WeightsWidget'
]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment