Ignore:
Timestamp:
Aug 20, 2014, 1:10:07 PM (11 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, Candidate_v1.7.0, Candidate_v1.7.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
Children:
4c9101
Parents:
ee4f2d (diff), 3a33e3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'StructuralOptimization' into stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/GlobalListOfActions.hpp

    ree4f2d rfc3aff  
    1818
    1919// this is global list of actions valid for all cases
     20// PLEASE adhere to the alphabetical ordering of the list of Actions
     21// NOTE that Redo must remain at the front due to technical reasons
    2022#define GLOBALLISTOFACTIONS_initial \
    2123  (Redo) \
    22   (GraphUpdateMolecules) \
    23   (GraphCorrectBondDegree) \
    24   (GraphCreateAdjacency) \
    25   (GraphDepthFirstSearch) \
    26   (GraphDestroyAdjacency) \
    27   (GraphSubgraphDissection) \
    28   (MoleculeSaveTemperature) \
    29   (MoleculeCopy) \
    30   (MoleculeSuspendInWater) \
    31   (MoleculeFillWithMolecule) \
    32   (MoleculeRotateToPrincipalAxisSystem) \
    33   (MoleculeSaveAdjacency) \
    34   (MoleculeFillVoidWithMolecule) \
    35   (MoleculeVerletIntegration) \
    36   (MoleculeChangeName) \
    37   (MoleculeChangeBondAngle) \
    38   (MoleculeRotateAroundSelfByAngle) \
    39   (MoleculeSaveSelectedMolecules) \
    40   (MoleculeSaveBonds) \
    41   (MoleculeStretchBond) \
    42   (MoleculeLinearInterpolationofTrajectories) \
    43   (MoleculeLoad) \
    44   (MoleculeBondFile) \
    45   (TesselationNonConvexEnvelope) \
    46   (TesselationConvexEnvelope) \
     24  (AnalysisDipoleAngularCorrelation) \
     25  (AnalysisDipoleCorrelation) \
     26  (AnalysisMolecularVolume) \
     27  (AnalysisPairCorrelation) \
     28  (AnalysisPointCorrelation) \
     29  (AnalysisPrincipalAxisSystem) \
     30  (AnalysisSurfaceCorrelation) \
     31  (AtomAdd) \
     32  (AtomChangeElement) \
     33  (AtomRemove) \
     34  (AtomRotateAroundOriginByAngle) \
     35  (AtomSaveSelectedAtoms) \
     36  (AtomTranslate) \
     37  (BondAdd) \
     38  (BondRemove) \
    4739  (CommandElementDb) \
    4840  (CommandBondLengthTable) \
     
    5648  (CommandVersion) \
    5749  (CommandWarranty) \
    58   (ParserSetTremoloAtomdata) \
     50  (FillRegularGrid) \
     51  (FillSurface) \
     52  (FragmentationAnalyseFragmentationResults) \
     53  (FragmentationClearFragmentationResults) \
     54  (FragmentationFragmentation) \
     55  (FragmentationFragmentationAutomation) \
     56  (FragmentationMolecularDynamics) \
     57  (FragmentationParseFragmentJobs) \
     58  (FragmentationStoreSaturatedFragment) \
     59  (FragmentationStructuralOptimization) \
     60  (GraphUpdateMolecules) \
     61  (GraphCorrectBondDegree) \
     62  (GraphCreateAdjacency) \
     63  (GraphDepthFirstSearch) \
     64  (GraphDestroyAdjacency) \
     65  (GraphSubgraphDissection) \
     66  (MoleculeBondFile) \
     67  (MoleculeChangeName) \
     68  (MoleculeChangeBondAngle) \
     69  (MoleculeCopy) \
     70  (MoleculeFillWithMolecule) \
     71  (MoleculeFillVoidWithMolecule) \
     72  (MoleculeForceAnnealing) \
     73  (MoleculeLinearInterpolationofTrajectories) \
     74  (MoleculeLoad) \
     75  (MoleculeRotateAroundSelfByAngle) \
     76  (MoleculeRotateToPrincipalAxisSystem) \
     77  (MoleculeSaveAdjacency) \
     78  (MoleculeSaveBonds) \
     79  (MoleculeSaveSelectedMolecules) \
     80  (MoleculeSaveTemperature) \
     81  (MoleculeStretchBond) \
     82  (MoleculeSuspendInWater) \
     83  (MoleculeVerletIntegration) \
     84  (PotentialFitParticleCharges) \
     85  (PotentialParseHomologies) \
     86  (PotentialSaveHomologies) \
    5987  (ParserParseTremoloPotentials) \
    6088  (ParserSaveSelectedAtomsAsExtTypes) \
    6189  (ParserSetParserParameters) \
    6290  (ParserSetOutputFormats) \
    63   (AnalysisDipoleAngularCorrelation) \
    64   (AnalysisDipoleCorrelation) \
    65   (AnalysisPairCorrelation) \
    66   (AnalysisPointCorrelation) \
    67   (AnalysisSurfaceCorrelation) \
    68   (AnalysisMolecularVolume) \
    69   (AnalysisPrincipalAxisSystem) \
     91  (ParserSetTremoloAtomdata) \
    7092  (Undo) \
    71   (AtomSaveSelectedAtoms) \
    72   (AtomRotateAroundOriginByAngle) \
    73   (AtomChangeElement) \
    74   (AtomRemove) \
    75   (AtomTranslate) \
    76   (AtomAdd) \
    77   (BondAdd) \
    78   (BondRemove) \
    79   (WorldCenterInBox) \
    80   (WorldRepeatBox) \
    81   (WorldChangeBox) \
    82   (WorldCenterOnEdge) \
    83   (WorldSetWorldTime) \
    84   (WorldSetBoundaryConditions) \
    85   (WorldOutput) \
    86   (WorldOutputAs) \
    87   (WorldSetDefaultName) \
    88   (WorldScaleBox) \
    89   (WorldAddEmptyBoundary) \
    90   (WorldBoundInBox) \
    91   (WorldInput) \
    92   (SelectionNotMoleculeOfAtom) \
    93   (SelectionNotAllMolecules) \
    94   (SelectionNotMoleculeById) \
    95   (SelectionMoleculeByOrder) \
    96   (SelectionMoleculeOfAtom) \
    97   (SelectionNotMoleculeByOrder) \
    98   (SelectionMoleculeByName) \
    99   (SelectionMoleculeById) \
    100   (SelectionAllMolecules) \
    101   (SelectionClearAllMolecules) \
    102   (SelectionInvertMolecules) \
    103   (SelectionMoleculeByFormula) \
    104   (SelectionNotMoleculeByFormula) \
    105   (SelectionNotMoleculeByName) \
    106   (SelectionNotAtomById) \
    107   (SelectionNotAtomByOrder) \
    10893  (SelectionAllAtoms) \
    109   (SelectionClearAllAtoms) \
    110   (SelectionInvertAtoms) \
    111   (SelectionNotAllAtoms) \
    112   (SelectionNotAtomByElement) \
    11394  (SelectionAllAtomsInsideVolume) \
    11495  (SelectionAllAtomsOfMolecule) \
    115   (SelectionNotAllAtomsInsideVolume) \
     96  (SelectionAllMolecules) \
     97  (SelectionAllShapes) \
    11698  (SelectionAtomByElement) \
    117   (SelectionNotAllAtomsOfMolecule) \
    11899  (SelectionAtomById) \
    119100  (SelectionAtomByOrder) \
    120   (SelectionAllShapes) \
     101  (SelectionClearAllAtoms) \
     102  (SelectionClearAllMolecules) \
     103  (SelectionInvertAtoms) \
     104  (SelectionInvertMolecules) \
     105  (SelectionMoleculeOfAtom) \
     106  (SelectionMoleculeByFormula) \
     107  (SelectionMoleculeById) \
     108  (SelectionMoleculeByName) \
     109  (SelectionMoleculeByOrder) \
     110  (SelectionNotAllAtoms) \
     111  (SelectionNotAllAtomsInsideVolume) \
     112  (SelectionNotAllAtomsOfMolecule) \
     113  (SelectionNotAllMolecules) \
     114  (SelectionNotAllShapes) \
     115  (SelectionNotAtomById) \
     116  (SelectionNotAtomByElement) \
     117  (SelectionNotAtomByOrder) \
     118  (SelectionNotMoleculeOfAtom) \
     119  (SelectionNotMoleculeByFormula) \
     120  (SelectionNotMoleculeById) \
     121  (SelectionNotMoleculeByName) \
     122  (SelectionNotMoleculeByOrder) \
     123  (SelectionNotShapeByName) \
    121124  (SelectionShapeByName) \
    122   (SelectionNotAllShapes) \
    123   (SelectionNotShapeByName) \
    124   (FragmentationAnalyseFragmentationResults) \
    125   (FragmentationFragmentationAutomation) \
    126   (FragmentationClearFragmentationResults) \
    127   (FragmentationFragmentation) \
    128   (FragmentationMolecularDynamics) \
    129   (FragmentationParseFragmentJobs) \
    130   (FragmentationStoreSaturatedFragment) \
    131   (PotentialFitParticleCharges) \
    132   (PotentialParseHomologies) \
    133   (PotentialSaveHomologies) \
    134   (FillRegularGrid) \
    135   (FillSurface) \
    136125  (ShapeCombineShapes) \
    137126  (ShapeCreateShape) \
     
    139128  (ShapeRotateShape) \
    140129  (ShapeStretchShape) \
    141   (ShapeTranslateShape)
     130  (ShapeTranslateShape) \
     131  (TesselationConvexEnvelope) \
     132  (TesselationNonConvexEnvelope) \
     133  (WorldAddEmptyBoundary) \
     134  (WorldBoundInBox) \
     135  (WorldCenterInBox) \
     136  (WorldCenterOnEdge) \
     137  (WorldChangeBox) \
     138  (WorldInput) \
     139  (WorldOutput) \
     140  (WorldOutputAs) \
     141  (WorldRepeatBox) \
     142  (WorldScaleBox) \
     143  (WorldSetBoundaryConditions) \
     144  (WorldSetDefaultName) \
     145  (WorldSetWorldTime)
    142146
    143147// extend list of actions in case levmar is available
Note: See TracChangeset for help on using the changeset viewer.