-
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
Migrating TensorFlowBackend to Qiboml #1479
Merged
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
05c0463
feat: remove tf backend
MatteoRobbiati 2a65005
feat: construct tf backend from qiboml
MatteoRobbiati c6264e1
tests: adapt tests to tf parsed from qiboml
MatteoRobbiati 603ac3f
chore: updating lock
MatteoRobbiati 31618c1
fix: rm wrong import
MatteoRobbiati 3801382
chore: rm tensorflow from deps
MatteoRobbiati 6fc80d3
fix: conflicts with master
MatteoRobbiati 0ecd2b7
chore: restoring lock
MatteoRobbiati 10d432a
fix: rm tf backend
MatteoRobbiati 8f17625
change backend priorities
MatteoRobbiati 108c4ad
chore: restore tf dependency in tests
MatteoRobbiati e4cad13
fix: conditions involving tf
MatteoRobbiati 217f729
fix: tests updating the tf related checks
MatteoRobbiati eea11bd
Merge branch 'master' into tf_migration
MatteoRobbiati 2d4a67c
fix: tf dependency
MatteoRobbiati ace74a9
pointing to working branch
MatteoRobbiati 986b84a
Merge branch 'master' into tf_migration
MatteoRobbiati fe84d9e
chore: update lock
MatteoRobbiati 0a76c00
fix: test models circuit parametrized
MatteoRobbiati 82f540f
Merge branch 'master' into tf_migration
MatteoRobbiati 4845926
fix: replacing backend.name with backend.platform in three more qibo …
MatteoRobbiati 3380fa8
fix: name --> platform in utils.py
MatteoRobbiati e828343
fix: adapt tf tests to qiboml backend
MatteoRobbiati bc92554
fix: conflicts after merging master
MatteoRobbiati 8049499
use aliases
renatomello f768db7
pylint
renatomello 32c9224
lint improvements
renatomello 2fdbf85
lint improvements
renatomello 85df75d
rollback modification
renatomello 205e260
update lock
renatomello e0d6267
chore: update lock after integrating last modifications into qiboml
MatteoRobbiati 5c5fd92
Merge branch 'tf_migration' of github.com:qiboteam/qibo into tf_migra…
MatteoRobbiati d4a82d5
fix GPU tests
renatomello 8c6e162
update lock (again)
renatomello 403621b
remove alias
renatomello 7a1c17f
update lock
renatomello d27446c
revert test order
renatomello 596fd35
Update src/qibo/models/error_mitigation.py
renatomello 5bbeeab
merging origin
MatteoRobbiati 5f36868
Using QIBO_NATIVE_BACKENDS as Andrea suggested
MatteoRobbiati 124816f
chore: update lock
MatteoRobbiati a968723
fix: ('clifford',) as tuple
MatteoRobbiati a8fda30
feat: removing direct dependence from tensorflow in tests
MatteoRobbiati 1febc17
Merge branch 'master' into tf_migration
renatomello 45b5870
Merge branch 'master' into tf_migration
MatteoRobbiati 521cbe2
feat: removing tf imports from examples and docs
MatteoRobbiati 652cd4d
chore: remove tf from tests deps
MatteoRobbiati f9e0f5c
chore: updating lock file
MatteoRobbiati 2dc67c4
Merge branch 'master' into tf_migration
renatomello 8a22e69
fix: remove tf from pyproject
MatteoRobbiati 65a20a2
chore: pointing to qiboml main github repo
MatteoRobbiati File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
A link here would be probably helpful, even though I don't think we have any right now in qiboml. This is more a reminder to add it, once we have it.
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.
I think we can add a simple documentation in Qiboml for now, just with these instructions.