Package | Description |
---|---|
simulation.dynamics | |
simulation.measurement |
Modifier and Type | Method and Description |
---|---|
static Walker |
WalkerFactory.getWalker(double[] r0,
StepGenerator stepGen,
Substrate substrate,
SyntheticScan synthScan,
java.io.DataOutputStream trajWriter,
SimulationParams simParams)
constructs the correct type of walker for the desired simulation
|
Constructor and Description |
---|
StickyWalker(double[] r0,
StepGenerator freeStepGen,
StepGenerator surfaceStepGen,
Substrate substrate,
SyntheticScan scan,
java.io.DataOutputStream trajWriter,
boolean free,
double p_unstick)
main constructor.
|
Walker(double[] r0,
StepGenerator stepGen,
Substrate substrate,
SyntheticScan scan,
java.io.DataOutputStream trajWriter)
public constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AgnosticScan
agnostic scan is a passive scan module that is
completely agnostic towards the actual pulse-sequence
defined in the scheme file.
|
Modifier and Type | Method and Description |
---|---|
static SyntheticScan |
ScanFactory.getMeasurementModule(SimulationParams simParams,
SimulableScheme scheme,
Substrate substrate,
Walker[] walker)
factory method.
|