An open API service indexing awesome lists of open source software.

https://github.com/lfl-lab/qubitpresimulated

Library of premade qubits made in Qiskit Metal. Ask for a set of target parameters, and we'll give you a few close choices.
https://github.com/lfl-lab/qubitpresimulated

Last synced: 7 months ago
JSON representation

Library of premade qubits made in Qiskit Metal. Ask for a set of target parameters, and we'll give you a few close choices.

Awesome Lists containing this project

README

          

# QubitPresimulated
Library of modular pre-designed superconducting Qubits using Qiskit Metal. Speed up your the design and simulation phase of fabrication. Ask for a set of target parameters, and we'll give you a few close choices.

## Instalation
Must have `qiskit-metal` by IBM Quantum installed.

## Usage
See tutorials for the full story. But here's some pseduo-code if you're in a rush.
```
# Run a sweep
analyzer = QAnalysis
parameters_to_sweep = dict() # in structure of QComponent.options
component_name = QComponent.name

sweeper = QSweeper(QAnalysis)
sweeper.run_sweep(component_name, parameter_to_sweep, etc.)

# See results
print(sweeper.librarian.qoptions)
print(sweeper.librarian.simulations)
```

# To Do
- Make tutorial for `QLibrary`, specifically selecting the best choice
- Implement complete support for LOM and ScatteringSim