This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Aqua notebooks for upcoming Aqua 0.6 Release (#778)
* switch from BasicAer to LegacySimulators * Eliminate paulis_grouping * update the tutorial to register a component/algorithm * Fix grover input file * Change from qiskit_aqua to qiskit.aqua and from qiskit_chemistry to qiskit.chemistry * Add run_config to some notebooks * Remove LegacySimulators * Remove get_aer_backend and arr run_config * Remove get_aer_backend and add run_config * fix the format of entangler_map * Update h2_uccsd to latest chemistry/aqua * Update ExactEigensolver valid dictionaries * Shots defaults for statevector_simulator * add example: 3-Coloring oracle by reduction to SAT * minor edits * remove period * Remove RunConfig from QuantumInstance parameters * remove cnf - its str content will be used directly * Update grover.ipynb * minor edit * Change get_input_instance to get_pluggable_class * Change set_aqua_logging to set_qiskit_aqua_logging * Fixed grover input file * Add Aqua tutorial solving linear systems of equation with HHL * Fix Hamiltonian run return values * random_distributions was renamed to uncertainty_models * add arbitrary logic expr and truth table examples * LogicExpressionOracle -> LogicalExpressionOracle * moo -> moot * Tutorial for variational algo optimization callback * remove circuit_caching=False flags * minor edits * minor edit * Update for latest hhl & ExactLPsolver * Update Aqua general tutorials * Notebook was refactored/renamed * initial commit for new qiskit finance folder structure * reintroduce fidelity and probability output * added docplex.ipynb and added docplex parts into an exisitng maxcut_and_tsp.ipynb * Added header and removed error examples. Fixed the problem name * random number generator notebook * new random generator * minor improvements * Moving the drivers to tutorials * update ExactLSsolver naming * Deprecation of warnings, addition of outputs * Minor spelling and text fixups * A simple tutorial for the Qiskit Finance data loading * Updates to the random variates notebook * A bugfix * move finance tutorials to qiskit / finance and add new tutorials as well * Create execute_qgan.ipynb * Time series tutorial * Minor improvements * streamline all tutorials * notebooks qgans * update * add HHL truncate parameters * improve HHL example and clean up * update results * fix * text update * Noisy simulation with AER on Aqua * Fix Grover input file * delete files * Create qgans_for_loading_random_distributions.ipynb * Contributing the time_series, portfolio_diversification, and generating_random_variates notebooks. * update qgan tutorials * update qiskit finance index page * bug fix in amplitude estimation tutorial * update portfolio optimization and qiskit finance index * Update portfolio_optimization.ipynb * add notebook for deutsch-jozsa * add notebook for bernstein-vazirani * add notebook for simon's * add notebook for shor's * Change seed_mapper to seed_transpiler * merge PR * edit notebooks after VQC refactor * switch BasicAer -> Aer * switch back Aer -> BasicAer * minor edits on wording * Updates to chemistry notebooks * Update chemistry notebooks * more updates for vqc refactor * Update optimization notebooks * adjust tutorials index * along with qiskit-community/qiskit-aqua#496 * Added random data * Updated portfolio diversification to the current master branch * Updated generation of random variates * update qiskit tutorials and qiskit finance index * merge use of time series * rerun all notebooks with fetched terra / aqua * The vehicle routing notebook * Update portfolio_diversification.ipynb * running optimization notebooks with fetched aqua / terra * delete empty readmes * For the updated Qiskit Aqua (as of April 30th) * use data provider in portfolio optimization and rerun all notebooks with most recent aqua/terra * update qgan notebooks * Update time_series.ipynb * Mover domain folders like chemistry, ai etc out of aqua as peers * Update index to reflect chem, ai, opt folder moves * Update section numbers for Aqua domains * Re-ran notebook to remove old warning * add notebook for vqc comparing feature maps * Update the notebbooks * add finance notebooks to community section and adjust indices where necessary * update aqua community index * add qgan tutorials and update corresponding indices * Edits * split into featured, community, and qiskit tutorials * Update qGAN notebooks with a Numpy based Discriminator * Use IBMQ v2 api and QuantumInstance seed_simulator parameter * change qiskit_aqua import to qiskit.aqua * Fix picture relative path * Use Z2Symmetries static method * fix aqua how to * update usage based no aqua0.6's change * Revert "split into featured, community, and qiskit tutorials" This reverts commit 59dac5c. * sync with aqua 0.6 branch * updating references in finance tutorials
- Loading branch information