Changeset 24fbf3 for src/Actions/WorldAction
- Timestamp:
- Oct 30, 2010, 6:44:29 PM (14 years ago)
- 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, 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:
- fc192f
- Parents:
- 2a6a2c
- git-author:
- Frederik Heber <heber@…> (10/26/10 10:43:36)
- git-committer:
- Frederik Heber <heber@…> (10/30/10 18:44:29)
- Location:
- src/Actions/WorldAction
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/AddEmptyBoundaryAction.def
r2a6a2c r24fbf3 7 7 8 8 // all includes and forward declarations necessary for non-integral types below 9 #include "Actions/Values.hpp" 9 10 #include "LinearAlgebra/Vector.hpp" 10 11 … … 24 25 #define TOKEN "boundary" 25 26 27 28 // finally the information stored in the ActionTrait specialization 29 #undef DEFAULTVALUE 30 #define DESCRIPTION "change box to add an empty boundary around all atoms" 31 #define SHORTFORM "c" 32 #define TYPEINFO &typeid(VectorValue) -
src/Actions/WorldAction/BoundInBoxAction.def
r2a6a2c r24fbf3 24 24 #define TOKEN "bound-in-box" 25 25 26 27 // finally the information stored in the ActionTrait specialization 28 #undef DEFAULTVALUE 29 #define DESCRIPTION "bound all atoms in the domain" 30 #undef SHORTFORM 31 #define TYPEINFO &typeid(void) -
src/Actions/WorldAction/CenterInBoxAction.def
r2a6a2c r24fbf3 7 7 8 8 // all includes and forward declarations necessary for non-integral types below 9 #include "Actions/Values.hpp" 9 10 #include "Box.hpp" 10 11 … … 24 25 #define TOKEN "center-in-box" 25 26 27 28 // finally the information stored in the ActionTrait specialization 29 #undef DEFAULTVALUE 30 #define DESCRIPTION "center all atoms in the domain" 31 #define SHORTFORM "b" 32 #define TYPEINFO &typeid(BoxValue) -
src/Actions/WorldAction/CenterOnEdgeAction.def
r2a6a2c r24fbf3 24 24 #define TOKEN "center-edge" 25 25 26 27 // finally the information stored in the ActionTrait specialization 28 #undef DEFAULTVALUE 29 #define DESCRIPTION "center edge of all atoms on (0,0,0)" 30 #define SHORTFORM "O" 31 #define TYPEINFO &typeid(void) -
src/Actions/WorldAction/ChangeBoxAction.def
r2a6a2c r24fbf3 7 7 8 8 // all includes and forward declarations necessary for non-integral types below 9 #include "Actions/Values.hpp" 9 10 #include "Box.hpp" 10 11 … … 24 25 #define TOKEN "change-box" 25 26 27 28 // finally the information stored in the ActionTrait specialization 29 #undef DEFAULTVALUE 30 #define DESCRIPTION "change the symmetrc matrix of the simulation domain" 31 #define SHORTFORM "B" 32 #define TYPEINFO &typeid(BoxValue) -
src/Actions/WorldAction/InputAction.def
r2a6a2c r24fbf3 24 24 #define TOKEN "input" 25 25 26 27 // finally the information stored in the ActionTrait specialization 28 #undef DEFAULTVALUE 29 #define DESCRIPTION "specify input files" 30 #define SHORTFORM "i" 31 #define TYPEINFO &typeid(boost::filesystem::path) -
src/Actions/WorldAction/OutputAction.def
r2a6a2c r24fbf3 24 24 #define TOKEN "output" 25 25 26 27 // finally the information stored in the ActionTrait specialization 28 #undef DEFAULTVALUE 29 #define DESCRIPTION "write output files" 30 #define SHORTFORM "o" 31 #define TYPEINFO &typeid(void) -
src/Actions/WorldAction/RepeatBoxAction.def
r2a6a2c r24fbf3 7 7 8 8 // all includes and forward declarations necessary for non-integral types below 9 #include "Actions/Values.hpp" 9 10 #include "LinearAlgebra/Vector.hpp" 10 11 … … 24 25 #define TOKEN "repeat-box" 25 26 27 28 // finally the information stored in the ActionTrait specialization 29 #undef DEFAULTVALUE 30 #define DESCRIPTION "create periodic copies of the simulation box per axis" 31 #define SHORTFORM "d" 32 #define TYPEINFO &typeid(VectorValue) -
src/Actions/WorldAction/ScaleBoxAction.def
r2a6a2c r24fbf3 7 7 8 8 // all includes and forward declarations necessary for non-integral types below 9 #include "Actions/Values.hpp" 9 10 #include "LinearAlgebra/Vector.hpp" 10 11 … … 24 25 #define TOKEN "scale-box" 25 26 27 28 // finally the information stored in the ActionTrait specialization 29 #undef DEFAULTVALUE 30 #define DESCRIPTION "scale box and atomic positions inside" 31 #define SHORTFORM "s" 32 #define TYPEINFO &typeid(VectorValue) -
src/Actions/WorldAction/SetDefaultNameAction.def
r2a6a2c r24fbf3 24 24 #define TOKEN "default-molname" 25 25 26 27 // finally the information stored in the ActionTrait specialization 28 #undef DEFAULTVALUE 29 #define DESCRIPTION "set the default name of new molecules" 30 #define SHORTFORM "X" 31 #define TYPEINFO &typeid(std::string) -
src/Actions/WorldAction/SetGaussianBasisAction.def
r2a6a2c r24fbf3 24 24 #define TOKEN "set-basis" 25 25 26 27 // finally the information stored in the ActionTrait specialization 28 #undef DEFAULTVALUE 29 #define DESCRIPTION "set the name of the gaussian basis set for MPQC" 30 #define SHORTFORM "M" 31 #define TYPEINFO &typeid(std::string) -
src/Actions/WorldAction/SetOutputFormatsAction.def
r2a6a2c r24fbf3 24 24 #define TOKEN "set-output" 25 25 26 27 // finally the information stored in the ActionTrait specialization 28 #undef DEFAULTVALUE 29 #define DESCRIPTION "specify output formats" 30 #define SHORTFORM "o" 31 #define TYPEINFO &typeid(std::vector<std::string>)
Note:
See TracChangeset
for help on using the changeset viewer.