Skip to content

Commit

Permalink
Minor improvement in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxiLi committed Nov 16, 2021
1 parent 4bcdd3d commit 2c153d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/qutip_qip/device/cavityqed.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ def load_circuit(self, qc, schedule_mode="ASAP", compiler=None):

class CavityQEDModel(Model):
"""
The physical model for :obj:`.DispersiveCavityQED`.
The physical model for a dispersive cavity-QED processor
(:obj:`.DispersiveCavityQED`).
Parameters
----------
Expand Down
3 changes: 2 additions & 1 deletion src/qutip_qip/device/circuitqed.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def topology_map(self, qc):

class SCQubitsModel(Model):
"""
The physical model for :obj:`.SCQubits`.
The physical model for superconducting-qubit model processor
(:obj:`.SCQubits`) with fixed frequency.
Parameters
----------
Expand Down
3 changes: 2 additions & 1 deletion src/qutip_qip/device/spinchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ def topology_map(self, qc):

class SpinChainModel(Model):
"""
Physical model for :obj:`CircularSpinChain` and :obj`LinearSpinChain`.
The physical model for the spin chian processor
(:obj:`CircularSpinChain` and :obj`LinearSpinChain`).
Parameters
----------
Expand Down

0 comments on commit 2c153d2

Please sign in to comment.