Skip to content

Commit

Permalink
Merge pull request #19 from foxfixfax/rtd
Browse files Browse the repository at this point in the history
Update center.py
  • Loading branch information
foxfixfax committed Feb 17, 2024
2 parents de68f83 + 8923c52 commit 36771d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pycce/center.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def __init__(self, position=None,
[\bra{0}\hat{S}_x\ket{j}, \bra{0}\hat{S}_y\ket{j}, \bra{0}\hat{S}_z\ket{j}],
where :math:`\ket{0}` is the alpha qubit state, and :math:`\ket{\j}` are all states.
where :math:`\ket{0}` is the alpha qubit state, and :math:`\ket{j}` are all states.
"""

self.projections_beta_all = None
Expand All @@ -118,13 +118,14 @@ def __init__(self, position=None,
[\bra{1}\hat{S}_x\ket{j}, \bra{1}\hat{S}_y\ket{j}, \bra{1}\hat{S}_z\ket{j}],
where :math:`\ket{1}` is the beta qubit state, and :math:`\ket{\j}` are all states.
where :math:`\ket{1}` is the beta qubit state, and :math:`\ket{j}` are all states.
"""

self.energies = None
"""ndarray with shape (2s-1,): Array of the central spin Hamiltonian eigen energies."""
self.eigenvectors = None
"""ndarray: Eigen states of the central spin Hamiltonian."""
"""ndarray with shape (2s-1, 2s-1): Eigenstates of the central spin Hamiltonian.
Each *i*-th column of the array is an eigenvector of the corresponding *i*-th energy value."""

self.hamiltonian = None
"""Hamiltonian: Central spin Hamiltonian."""
Expand Down

0 comments on commit 36771d8

Please sign in to comment.