ket {QuantumOps} | R Documentation |
ket
Description
Returns a normalized ket (column vector)
Usage
ket(...)
Arguments
... |
Variable number of numbers representing the amplitudes of the ket |
Value
Column vector containing normalized amplitudes of a ket
Examples
ket(1,0,1,2)
[Package QuantumOps version 3.0.1 Index]