mirror of
https://github.com/vale981/two_qubit_model
synced 2025-03-05 09:41:41 -05:00
add correct versions
This commit is contained in:
parent
c91c5a0733
commit
fc5cd5cacc
2 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,8 @@ class QubitModel(Model):
|
|||
All attributes can be changed after initialization.
|
||||
"""
|
||||
|
||||
__version__: int = 1
|
||||
|
||||
δ: SupportsFloat = 0.1
|
||||
"""The bath coupling factor."""
|
||||
|
||||
|
|
|
@ -61,6 +61,8 @@ class TwoQubitModel(Model):
|
|||
All attributes can be changed after initialization.
|
||||
"""
|
||||
|
||||
__version__: int = 2
|
||||
|
||||
ω_2: SupportsFloat = 1.0
|
||||
"""The second oscilator energy gap."""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue