apply
Applies an operator given as an Op or OpSum to a State \(\vert w \rangle = \mathcal{O} \vert v\rangle\).
Sources
apply.hpp
apply.cpp
apply.jl
Definition
An operator \(\mathcal{O}\) can be applied to a state \(\vert v\rangle\) in two ways:
-
Only the input state on which the operator acts is defined is given. The block of the output state is calculated and eventually created automatically.
-
The output state is also handed as an argument which is overwritten. The compatibility of quantum numbers is checked. This way the output block is not created automatically and, thus, can be used to save computation time if the output block appears repeatedly in the computation.
Parameters
Name | Description | |
---|---|---|
ops / op | OpSum or Op defining the operator | |
v | Input State $\vert v\rangle $ | |
w | Output State \(\vert w \rangle = O \vert v\rangle\) |