add correct versions

This commit is contained in:
Valentin Boettcher 2022-03-21 13:45:05 +01:00
parent c91c5a0733
commit fc5cd5cacc
2 changed files with 4 additions and 0 deletions

View file

@ -50,6 +50,8 @@ class QubitModel(Model):
All attributes can be changed after initialization.
"""
__version__: int = 1
δ: SupportsFloat = 0.1
"""The bath coupling factor."""

View file

@ -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."""