Adding config file to store the initial setup parameters
This commit is contained in:
10
tests/config.py
Normal file
10
tests/config.py
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
qibo = dict(
|
||||||
|
backend = 'qibojit',
|
||||||
|
platform = 'numpy',
|
||||||
|
swaps = True
|
||||||
|
)
|
||||||
|
|
||||||
|
quimb = dict(
|
||||||
|
backend = 'numpy',
|
||||||
|
swaps = True
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user