Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[QILI-48] Implement platform, backend and settings classes (#4) #8

Merged
merged 95 commits into from
Apr 6, 2022

Conversation

amitjansc
Copy link
Contributor

No description provided.

amitjansc and others added 30 commits March 23, 2022 14:52
Add qibo and pyyaml requirements
SettingsLoader to SettingsManager
Move all the settings of a specific platform inside the same folder
@codecov
Copy link

codecov bot commented Apr 6, 2022

Codecov Report

Merging #8 (424a595) into main (918ab63) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              main        #8    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            3        22    +19     
  Lines           18       188   +170     
==========================================
+ Hits            18       188   +170     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/qililab/__init__.py 100.00% <100.00%> (ø)
src/qililab/backend.py 100.00% <100.00%> (ø)
src/qililab/circuit.py 100.00% <100.00%> (ø)
src/qililab/constants.py 100.00% <100.00%> (ø)
src/qililab/gates/__init__.py 100.00% <100.00%> (ø)
src/qililab/gates/hardware_gate.py 100.00% <100.00%> (ø)
src/qililab/gates/i.py 100.00% <100.00%> (ø)
src/qililab/gates/x.py 100.00% <100.00%> (ø)
src/qililab/gates/y.py 100.00% <100.00%> (ø)
src/qililab/gates/z.py 100.00% <100.00%> (ø)
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 918ab63...424a595. Read the comment docs.

@amitjansc amitjansc merged commit 537b5ce into main Apr 6, 2022
@iamtxena iamtxena deleted the platform branch April 6, 2022 10:50
@iamtxena iamtxena restored the platform branch April 6, 2022 11:10
@amitjansc amitjansc deleted the platform branch April 7, 2022 09:46
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants