-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add comp_basis_encoder
to models.encodings
#1165
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1165 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 68 68
Lines 9883 9906 +23
=========================================
+ Hits 9883 9906 +23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -247,6 +247,12 @@ Data Encoders | |||
|
|||
We provide a family of algorithms that encode classical data into quantum circuits. | |||
|
|||
Computational Basis Encoder | |||
""""""""""""""""""""""""""" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a couple of words about this and the other encoders we already have? I remember I was trying to use them some time ago but I had a hard time understanding how to use them. A small example of how to encode data into circuits might help.
Co-authored-by: BrunoLiegiBastonLiegi <[email protected]>
Checklist: