You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qiskit includes a Numpy simulator backend called BasicAer. It suffers from issues in several areas, including performance, usability, and documentation. This project aims to address those issues.
At this point, I have two pull requests with one of them merged. These pull requests solve some problems for the BasicAer backend. The first solves the problem with the limit of max_shots in this backend (prior it was set arbitrarily to 65536 and now it is unlimited max_shots) and the second makes "date" a default attribute for the BasicAer backends. A major problem was identified with the use of tox to test the new additions because using a MacBook pro with the new M1 chip gives some problems with a library called JAX that is installed when executing tox. The problem was solved by deleting those lines that contain JAX in the "requirements-dev.txt". Our next goal and the most important for this mentorship is to create the version of the backend BasicAer.qasm_simulator using qiskit.quantum_info this will improve the performance of executing circuits and will make the maintenance more straightforward because at the end the code that will be used is the quantum_info.
Description
Qiskit includes a Numpy simulator backend called BasicAer. It suffers from issues in several areas, including performance, usability, and documentation. This project aims to address those issues.
Deliverables
Fix the following issues:
quantum_info
inStatevectorSimulatorPy
Qiskit/qiskit#7670Mentors details
Number of mentees
1
Type of mentees
The text was updated successfully, but these errors were encountered: