mirror of
https://github.com/vale981/two_qubit_model
synced 2025-03-05 09:41:41 -05:00
make it a package
This commit is contained in:
parent
786f853671
commit
f11d6a4311
7 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
[tool.poetry]
|
||||
name = "two_qubit_model"
|
||||
name = "hiro_models"
|
||||
version = "1.1.0"
|
||||
description = "Operators for a general model of two interacting qubits coupled to two baths."
|
||||
authors = ["Valentin Boettcher <hiro at protagon.space>"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import pytest
|
||||
import random
|
||||
from one_qubit_model import *
|
||||
from models.one_qubit_model import *
|
||||
from qutip import *
|
||||
from utility import assert_serializable
|
||||
import scipy.integrate
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import pytest
|
||||
import random
|
||||
from two_qubit_model import *
|
||||
from models.two_qubit_model import *
|
||||
from qutip import *
|
||||
from utility import assert_serializable
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue