forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace the InitialState components by circuits (qiskit-community/qis…
…kit-aqua#1374) * make chemistry initial states circuits * put VSCF circuit in new file * update several tests * fix type change to tuple * merge hf initial state and circuit * merge initstate+circuit * update EOH * update hhl and qaia * update chc and uvcc * deprecate InitialState components * update varformbased test * fix running tests & mypy * add reno * fix iqpe test * fix variable renaming from merge * move to circuit.lib and use tuple - move the initial state circuit to chemistry.circuit.library - globally replace num_particles by a tuple instead of list of integers * make _build_bitstr public functions
- Loading branch information
Showing
3 changed files
with
10 additions
and
7 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