NAMD
Classes | Enumerations
Broadcasts.h File Reference
#include "NamdTypes.h"
#include "Lattice.h"
#include "BroadcastObject.h"

Go to the source code of this file.

Classes

struct  ControllerBroadcasts
 

Enumerations

enum  {
  SCRIPT_END, SCRIPT_RUN, SCRIPT_CONTINUE, SCRIPT_OUTPUT,
  SCRIPT_FORCEOUTPUT, SCRIPT_MEASURE, SCRIPT_REINITVELS, SCRIPT_RESCALEVELS,
  SCRIPT_RELOADCHARGES, SCRIPT_RESCALESOLUTECHARGES, SCRIPT_CHECKPOINT, SCRIPT_REVERT,
  SCRIPT_CHECKPOINT_STORE, SCRIPT_CHECKPOINT_LOAD, SCRIPT_CHECKPOINT_SWAP, SCRIPT_CHECKPOINT_FREE,
  SCRIPT_ATOMSENDRECV, SCRIPT_ATOMSEND, SCRIPT_ATOMRECV, SCRIPT_MINIMIZE,
  SCRIPT_DUMMY
}
 
enum  {
  velocityRescaleFactorTag, positionRescaleFactorTag, velocityRescaleTensorTag, velocityRescaleTensor2Tag,
  velocityRescaleFactor2Tag, positionRescaleFactor2Tag, tcoupleCoefficientTag, stochRescaleCoefficientTag,
  minimizeCoefficientTag, momentumCorrectionTag, monteCarloBarostatAcceptanceTag, scriptBarrierTag,
  traceBarrierTag, accelMDRescaleFactorTag, adaptTemperatureTag, dummyTag
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.

Enumerator
SCRIPT_END 
SCRIPT_RUN 
SCRIPT_CONTINUE 
SCRIPT_OUTPUT 
SCRIPT_FORCEOUTPUT 
SCRIPT_MEASURE 
SCRIPT_REINITVELS 
SCRIPT_RESCALEVELS 
SCRIPT_RELOADCHARGES 
SCRIPT_RESCALESOLUTECHARGES 
SCRIPT_CHECKPOINT 
SCRIPT_REVERT 
SCRIPT_CHECKPOINT_STORE 
SCRIPT_CHECKPOINT_LOAD 
SCRIPT_CHECKPOINT_SWAP 
SCRIPT_CHECKPOINT_FREE 
SCRIPT_ATOMSENDRECV 
SCRIPT_ATOMSEND 
SCRIPT_ATOMRECV 
SCRIPT_MINIMIZE 
SCRIPT_DUMMY 

Definition at line 14 of file Broadcasts.h.

◆ anonymous enum

anonymous enum
Enumerator
velocityRescaleFactorTag 
positionRescaleFactorTag 
velocityRescaleTensorTag 
velocityRescaleTensor2Tag 
velocityRescaleFactor2Tag 
positionRescaleFactor2Tag 
tcoupleCoefficientTag 
stochRescaleCoefficientTag 
minimizeCoefficientTag 
momentumCorrectionTag 
monteCarloBarostatAcceptanceTag 
scriptBarrierTag 
traceBarrierTag 
accelMDRescaleFactorTag 
adaptTemperatureTag 
dummyTag 

Definition at line 39 of file Broadcasts.h.

39  {
42  // For multigrator
47  // End multigrator
52  // For Monte Carlo Pressure
54 #if USE_BARRIER
55  cycleBarrierTag,
56 #endif
60  adaptTemperatureTag, //Tag for adaptive tempering temperature updates to Sequencer
61 #ifdef MEASURE_NAMD_WITH_PAPI
62  papiMeasureTag,
63 #endif
64  dummyTag
65 };