dq.ground
ground() -> QArray
Returns the eigenvector with eigenvalue of the Pauli operator.
It is defined by .
Note
This function is named ground
because is the lower energy state of
a two-level system with Hamiltonian .
Returns
(qarray of shape (2, 1)) Ket .
Examples
>>> dq.ground()
QArray: shape=(2, 1), dims=(2,), dtype=complex64, layout=dense
[[0.+0.j]
[1.+0.j]]