This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make QGAN run primarily on circuits (#1341)
* make quantum generator use circuits primarily * add test and deprecation warning * add reno * fix lint Co-authored-by: Manoel Marques <Manoel.Marques@ibm.com>
- Loading branch information
1 parent
3810857
commit 521d505
Showing
4 changed files
with
83 additions
and
86 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
features: | ||
- | | ||
Support passing ``QuantumCircuit`` objects as generator circuits into | ||
the ``QuantumGenerator``. | ||
deprecations: | ||
- | | ||
Deprecate the ``UnivariateVariationalDistribution`` and | ||
``MultivariateVariationalDistribution`` as input | ||
to the ``QuantumGenerator``. Instead, plain ``QuantumCircuit`` objects can | ||
be used. |
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