Package jline.lang

Interface Environment.ResetStateFunction

Enclosing class:
Environment

public static interface Environment.ResetStateFunction
State-vector reset policy for the SolverENV state-vector analyzer (options.method='statevec'). Maps the exit state distribution of the origin stage onto the state space of the destination stage. The default is the identity (valid when both stages share the same enumerated state space); supply a custom map when the per-stage state spaces differ.
  • Method Summary

    Modifier and Type
    Method
    Description
    reset(Matrix piExit)