Full Fourier certification support, transfer to Qiskit 1.3.1 and many… #50
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.
… bugfixes (#49)
fork to certification
jupyter-notebook with usage pyqbench as library using certification scheme
Update README.md
consideretion of plotting functionalities
fix benchmark asynch
fix job retrieval
probability distribution m3
[WIP] Getting qbench/fourier/experiment_runner.py working with current (2024) package versions.
[WIP] [FIX] Fixing qbench/fourier/experiment_runner.py to be compatible with current (2024) package versions.
[FIX] Fixed packages imports for qbench/fourier_cerification/experiment_runner.py.
[FIX] Added qiskit-ibm-runtime dependency.
[NEW] Added Conda env file.
[FIX] [WIP] Fixing the code structure, so that 'qbench' can be used as an imported package from an arbitrary location.
[WIP] [FIX] Fixed minor problems with fourier_certification package to enable 'qbench' being used as a package from an arbitrary location.
[FIX] YAML env updated.
[WIP] Added a possibility of using a local Aer Simulator for Fourier certification problems through CLI. The implementation is very simplistic for now, not allowing passing of any additional parameters.
[FIX] Cleansed the code from unnecessary comments.
[ENH] Added 'res.yml' to .gitignore.
[ENH] Added 'brisbane' and 'kyiv' IBM backend configurations.
[FIX] Added missing circuit transpilation and backend specification by name.
[ENH] Added frequent output filenames to gitignore.
[FIX] Fixed obtaining of job information by its ID.
[FIX] Added 'pydantic.v1' package to environment.yml and pyproject.yml.
[FIX] Fix Conda environment YAML file and dependencies in pyproject.toml.
[ENH] Added two examples for discrimination.
[FIX] Fixed an obsolete Qiskit method names. Added a necessary circuit transpilation for the Fourier discrimination.
[FIX] Fixed incorrect parameters passed to retrieve_jobs().
[FIX] Increased the number of shots to 100 in the direct sum discrimination example.
[FIX] Fixed Hadamard example.
[ENH] Removed an obsolete docstring.
[FIX] [WIP] Fix non-working imports and account logging.
[FIX] Fixed Hadamard example
[FIX] Fixed job name retrieval.
[WIP] [FIX] Fixing automated tests. ASW and Rigetti support is currently being limited.
[FIX] Fixed problems with some automated test providing ValidationError import from pydantic.v1 instead of the current (V2) pydantic.
[FIX] Added missing examples.
[WIP] [FIX] Fixed some automated tests.
[WIP] [FIX] Fixed multiple automated tests.
new configuration
hadamard experiments
hadamard experiments
change name of functions
name of functions
name of functions
changes name function
hadamard discrimination and certification experiment
certification Hadamard experiment
hadamard
[FIX] Fixed merge with updates from Paulina Lewandowska.
[WIP] [FIX] Fourier certification fixed for the new version of qiskit_ibm_runtime.
[ENH] Added a new version of Conda environment.
[FIX] Removed 'pyqbench' from dependencies in environment.yml.
[FIX] Fixed obtaining of Fourier certification job status.
[FIX] Fixed obtaining discrimination job statuses.
[FIX] Added cast from Enum value to 'str'.
[FIX] Fixed 'resolve' functionality.
[ENH] Ignoring *.yml and *.csv files by Git.
[FIX] Fixed 'resolve' for Fourier discrimination.
[FIX] Fixed problems with Jupyter notebooks. Fixed bad function name in direct_sum module. Added missing transpilation, where needed.
[FIX] Fixed Jupyter notebooks and obtaining counts from qiskit_ibm_runtime primitives.
[WIP] [FIX] Trying to fix the method naming.
[FIX] Fixed incorrect import in Fourier discrimination.
[WIP] [FIX] Fixed incorrectly called certification method.
[FIX] Fixed certification postselection benchmarking.
[FIX] Update Conda env.
[FIX] Fixed typo.
[FIX] Added an exact (upper bound) solution to the discrimination experiments in 'tabulate'.
[FIX] Removed 'name:u' label from the certification 'resolve' output.
[FIX] Fixed the statistical significance printed when running certification benchmark.
[DEL] Removed some unnecessary backends from 'examples'.
[DEL] Deleted results from 'examples'.
[ENH] Python version supported is now fixed at 3.11.
[ENH] Added support for IQP_API_TOKEN OS variable.
[ENH] Renamed a function to 'add_fourier_certification_parser()'.
[ENH] Removed commented code.
[ENH] [FIX] Moved the class FourierComponents into a separate components.py module in the certification. Fixed 'tabulate' for certification.
[FIX] Changed Python version in run_quality_checks to ==3.11. Also fixed the typo in the name of the job 'run_quality_checks'.
[WIP] [FIX] Fixing automatic tests...
[WIP] Fixing CI tests. Removed AWS-dependent tests from PR CI workflow.
[FIX] Changed version of Python to 3.11.
[WIP] [FIX] Fixing automated tests...
[WIP] [ENH] Removed some automated tests requiring AWS credentials from the PR CI workflow.
[WIP] Deactivated tests dependent on AerSim, which will need reworking of 'status' and 'resolve' functionalities.
[WIP] [FIX] Trying to fix automated tests for Python3.11.*.
[FIX] Re-sorted imports via "isort".
[FIX] Re-formatted the code with "black".
[FIX] Re-formatted import with "isort".
[FIX] Re-formatted files with isort, black and flake8.
[WIP] [FIX] Fixing the code according to MyPy
[WIP] [FIX] Fixed one type 'mypy' error.
[FIX] Fixed mypy errors.
[FIX] Fixed missing dependency in pyproject.toml.
[FIX] Added QISKIT_IBM_TOKEN reading from GitHub secrets for automated tests.
[WIP] [FIX] Fixing the GitHub workflow not taking the API key...
[WIP] [FIX] Limited qiskit and qiskit-ibm-runtime versions.
[WIP] [FIX] Defined reading of QISKIT_IBM_TOKEN variable in github workflow at the top level of quality_checks.yml file.
[WIP] Re-defined QISKIT_IBM_TOKEN for github workflow.
[WIP] Trying to automatize PR tests.
[WIP] Reverted some changes connected to QISKIT_IBM_TOKEN.
[WIP] Fixing CI...
[WIP] Fixing CI
[WIP] Fixing CI...
[WIP] [FIX] Fixed indentation problem with quality_checks.yml.
[FIX] [WIP] Getting CI working... Added missing checkout.