source: src/Actions/GlobalListOfActions.hpp@ 4fa333

Action_Thermostats Add_AtomRandomPerturbation Add_FitFragmentPartialChargesAction Add_RotateAroundBondAction Add_SelectAtomByNameAction Added_ParseSaveFragmentResults Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_StructOpt_integration_tests Automaking_mpqc_open AutomationFragmentation_failures Candidate_v1.5.4 Candidate_v1.6.0 Candidate_v1.6.1 ChangeBugEmailaddress ChangingTestPorts ChemicalSpaceEvaluator 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_ChargeSampling_PBC Fix_ChronosMutex Fix_FitPartialCharges Fix_FitPotential_needs_atomicnumbers Fix_ForceAnnealing Fix_IndependentFragmentGrids Fix_ParseParticles Fix_ParseParticles_split_forward_backward_Actions Fix_Restrictedkeyset_FragmentMolecule Fix_StatusMsg Fix_StepWorldTime_single_argument Fix_Verbose_Codepatterns Fixes ForceAnnealing_goodresults ForceAnnealing_oldresults ForceAnnealing_tocheck ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion GeometryObjects Gui_displays_atomic_force_velocity IndependentFragmentGrids IndependentFragmentGrids_IndividualZeroInstances IndependentFragmentGrids_IntegrationTest IndependentFragmentGrids_Sole_NN_Calculation JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool JobMarket_unresolvable_hostname_fix ODR_violation_mpqc_open PartialCharges_OrthogonalSummation PythonUI_with_named_parameters QtGui_reactivate_TimeChanged_changes Recreated_GuiChecks RotateToPrincipalAxisSystem_UndoRedo SaturateAtoms_findBestMatching SaturateAtoms_singleDegree StoppableMakroAction Subpackage_CodePatterns Subpackage_JobMarket Subpackage_LinearAlgebra Subpackage_levmar Subpackage_mpqc_open Subpackage_vmg ThirdParty_MPQC_rebuilt_buildsystem TrajectoryDependenant_MaxOrder TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps Ubuntu_1604_changes stable
Last change on this file since 4fa333 was 30e5dc, checked in by Frederik Heber <heber@…>, 9 years ago

Removed ParseTremoloPotentialsAction.

  • TESTFIX: removed regression test file testsuite-parser-tremolo-potentials.at
  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[83e90c]1/*
2 * GlobalListOfActions.hpp
3 *
4 * Created on: Sep 21, 2011
5 * Author: heber
6 */
7
8#ifndef GLOBALLISTOFACTIONS_HPP_
9#define GLOBALLISTOFACTIONS_HPP_
10
11// include config.h
12#ifdef HAVE_CONFIG_H
13#include <config.h>
14#endif
15
[004d5c]16#include <boost/preprocessor/seq/push_back.hpp>
[975b83]17#include <boost/preprocessor/seq/remove.hpp>
[004d5c]18
19// this is global list of actions valid for all cases
[442495]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
[004d5c]22#define GLOBALLISTOFACTIONS_initial \
23 (Redo) \
[f4b626a]24 (AnalysisAverageMoleculeForce) \
[442495]25 (AnalysisDipoleAngularCorrelation) \
26 (AnalysisDipoleCorrelation) \
27 (AnalysisMolecularVolume) \
28 (AnalysisPairCorrelation) \
29 (AnalysisPointCorrelation) \
30 (AnalysisPrincipalAxisSystem) \
31 (AnalysisSurfaceCorrelation) \
32 (AtomAdd) \
33 (AtomChangeElement) \
[bbf6dc]34 (AtomMirror) \
[442495]35 (AtomRemove) \
36 (AtomRotateAroundOriginByAngle) \
[2fcef3]37 (AtomSaturate) \
[442495]38 (AtomSaveSelectedAtoms) \
39 (AtomTranslate) \
[c7fe90]40 (AtomTranslateToOrigin) \
[442495]41 (BondAdd) \
42 (BondRemove) \
[f3db60]43 (CommandDryRun) \
[442495]44 (CommandElementDb) \
45 (CommandBondLengthTable) \
46 (CommandFastParsing) \
47 (CommandHelp) \
48 (CommandHelpRedistribute) \
[f3db60]49 (CommandNoDryRun) \
[442495]50 (CommandSetRandomNumbersEngine) \
51 (CommandSetRandomNumbersDistribution) \
52 (CommandStoreSession) \
53 (CommandVerbose) \
54 (CommandVersion) \
55 (CommandWarranty) \
56 (FillRegularGrid) \
57 (FillSurface) \
[aa55d0]58 (FillSuspendInMolecule) \
[6801f4]59 (FillVolume) \
[442495]60 (FragmentationAnalyseFragmentationResults) \
61 (FragmentationClearFragmentationResults) \
62 (FragmentationFragmentation) \
63 (FragmentationFragmentationAutomation) \
64 (FragmentationMolecularDynamics) \
65 (FragmentationParseFragmentJobs) \
66 (FragmentationStoreSaturatedFragment) \
[e5f61ba]67 (FragmentationStructuralOptimization) \
[22b786]68 (GraphUpdateMolecules) \
[343c5a]69 (GraphCorrectBondDegree) \
[004d5c]70 (GraphCreateAdjacency) \
71 (GraphDepthFirstSearch) \
[560cbf]72 (GraphDestroyAdjacency) \
[22b786]73 (GraphSubgraphDissection) \
[442495]74 (MoleculeBondFile) \
75 (MoleculeChangeName) \
76 (MoleculeChangeBondAngle) \
[004d5c]77 (MoleculeCopy) \
[1a48d2]78 (MoleculeForceAnnealing) \
[442495]79 (MoleculeLinearInterpolationofTrajectories) \
80 (MoleculeLoad) \
[867473]81 (MoleculeRemove) \
[004d5c]82 (MoleculeRotateAroundSelfByAngle) \
[442495]83 (MoleculeRotateToPrincipalAxisSystem) \
84 (MoleculeSaveAdjacency) \
[004d5c]85 (MoleculeSaveBonds) \
[442495]86 (MoleculeSaveSelectedMolecules) \
87 (MoleculeSaveTemperature) \
[3a51bd]88 (MoleculeStretchBond) \
[066442]89 (MoleculeTranslate) \
[442495]90 (MoleculeVerletIntegration) \
[50d49d]91 (PotentialFitPartialCharges) \
[78202b]92 (PotentialParseAtomFragments) \
[442495]93 (PotentialParseHomologies) \
[2082637]94 (PotentialParseParticleParameters) \
[f1eabd]95 (PotentialParsePotentials) \
[78202b]96 (PotentialSaveAtomFragments) \
[442495]97 (PotentialSaveHomologies) \
[2082637]98 (PotentialSaveParticleParameters) \
[0ea063]99 (PotentialSavePotentials) \
[004d5c]100 (ParserSaveSelectedAtomsAsExtTypes) \
101 (ParserSetParserParameters) \
102 (ParserSetOutputFormats) \
[442495]103 (ParserSetTremoloAtomdata) \
[004d5c]104 (Undo) \
[442495]105 (SelectionAllAtoms) \
106 (SelectionAllAtomsInsideVolume) \
107 (SelectionAllAtomsOfMolecule) \
[004d5c]108 (SelectionAllMolecules) \
[442495]109 (SelectionAllShapes) \
110 (SelectionAtomByElement) \
111 (SelectionAtomById) \
112 (SelectionAtomByOrder) \
113 (SelectionClearAllAtoms) \
[004d5c]114 (SelectionClearAllMolecules) \
[442495]115 (SelectionInvertAtoms) \
[ebc499]116 (SelectionInvertMolecules) \
[442495]117 (SelectionMoleculeOfAtom) \
[004d5c]118 (SelectionMoleculeByFormula) \
[442495]119 (SelectionMoleculeById) \
120 (SelectionMoleculeByName) \
121 (SelectionMoleculeByOrder) \
[004d5c]122 (SelectionNotAllAtoms) \
[eff536]123 (SelectionNotAllAtomsInsideVolume) \
[004d5c]124 (SelectionNotAllAtomsOfMolecule) \
[442495]125 (SelectionNotAllMolecules) \
[a27dcb]126 (SelectionNotAllShapes) \
[442495]127 (SelectionNotAtomById) \
128 (SelectionNotAtomByElement) \
129 (SelectionNotAtomByOrder) \
130 (SelectionNotMoleculeOfAtom) \
131 (SelectionNotMoleculeByFormula) \
132 (SelectionNotMoleculeById) \
133 (SelectionNotMoleculeByName) \
134 (SelectionNotMoleculeByOrder) \
[2c004d]135 (SelectionNotShapeByName) \
[3213f2]136 (SelectionPopAtoms) \
137 (SelectionPushAtoms) \
[a84e8d]138 (SelectionPopMolecules) \
139 (SelectionPushMolecules) \
[442495]140 (SelectionShapeByName) \
[d475a6]141 (ShapeCombineShapes) \
[f20da5]142 (ShapeCreateShape) \
[0b5057]143 (ShapeRemoveShape) \
[a2bbb1]144 (ShapeRotateShape) \
[29ea65]145 (ShapeStretchShape) \
[442495]146 (ShapeTranslateShape) \
147 (TesselationConvexEnvelope) \
148 (TesselationNonConvexEnvelope) \
149 (WorldAddEmptyBoundary) \
150 (WorldBoundInBox) \
151 (WorldCenterInBox) \
152 (WorldCenterOnEdge) \
153 (WorldChangeBox) \
154 (WorldInput) \
155 (WorldOutput) \
156 (WorldOutputAs) \
157 (WorldRepeatBox) \
158 (WorldScaleBox) \
159 (WorldSetBoundaryConditions) \
160 (WorldSetDefaultName) \
161 (WorldSetWorldTime)
[004d5c]162
[786d28]163// extend list of actions in case levmar is available
[48d20d]164#ifdef HAVE_LEVMAR
165#define GLOBALLISTOFACTIONS_LEVMAR \
166 BOOST_PP_SEQ_PUSH_BACK( \
[98d166]167 BOOST_PP_SEQ_PUSH_BACK( \
168 GLOBALLISTOFACTIONS_initial, \
169 PotentialFitPotential \
170 ), \
171 PotentialFitCompoundPotential \
[48d20d]172 )
173#else
174#define GLOBALLISTOFACTIONS_LEVMAR \
[786d28]175 GLOBALLISTOFACTIONS_initial
[48d20d]176#endif /* HAVE_LEVMAR */
177
178// define final list
[0d4168]179#ifdef HAVE_PYTHON
180#define GLOBALLISTOFACTIONS_PYTHON \
181 BOOST_PP_SEQ_PUSH_BACK( \
182 GLOBALLISTOFACTIONS_LEVMAR, \
183 CommandLoadSession \
184 )
185#else
186#define GLOBALLISTOFACTIONS_PYTHON \
187 GLOBALLISTOFACTIONS_LEVMAR
188#endif
189
190#define GLOBALLISTOFACTIONS GLOBALLISTOFACTIONS_PYTHON
191
192// define python list
193// skips CommandLoadSession as this causes dangerous infinite loops
194#define GLOBALLISTOFPYTHONACTIONS \
195 GLOBALLISTOFACTIONS_LEVMAR
[48d20d]196
[83e90c]197#endif /* GLOBALLISTOFACTIONS_HPP_ */
198
Note: See TracBrowser for help on using the repository browser.