Adding config file to store the initial setup parameters

This commit is contained in:
Nitin Shivaraman
2023-02-14 21:36:08 +08:00
parent 2e8e13aa0c
commit 46d7c30caf

10
tests/config.py Normal file
View File

@@ -0,0 +1,10 @@
qibo = dict(
backend = 'qibojit',
platform = 'numpy',
swaps = True
)
quimb = dict(
backend = 'numpy',
swaps = True
)