Giter Site home page Giter Site logo

arthurostrauss / pyqum Goto Github PK

View Code? Open in Web Editor NEW

This project forked from asqum/pyqum

0.0 0.0 0.0 295.95 MB

QUA scripts for XEB

License: MIT License

Shell 0.01% JavaScript 2.78% C++ 0.05% Python 20.51% C 0.01% C# 0.08% MATLAB 0.03% CSS 1.52% HTML 1.28% Batchfile 0.04% Jupyter Notebook 72.31% Less 0.63% SCSS 0.69% Visual Basic .NET 0.07%

pyqum's Introduction

PiQUM

PiQuM is a Platform independent & Purpose integrated Quantum Unitary Manager

Created by: David Lee, Teik-Hui

Contributed by: Jackie Hsiao, Li-Chieh,

Acknowledgment: Academia Sinica

Structure of PiQUM

1. Blog (LaBooK)

  • Crucial BDR runtimes.
  • Measurement status.

2. Machine

  • ALL list of Instruments based on DR affiliation.
  • Sample assignment to each available Queue.
  • Wiring configuration specific for each Queue.

3. Bridge

  • IQ Calibration

4. Benchmark

  • Quality factor Estimation
  • Population Estimation (Fidelity)
  • Common Fitting (Rabi, T1, T2)

5. Guide

  • Qubit Frequency Prediction

The Flow of Measurement

flowchart LR

A[User] -->|login| B(Sample)
B --> |meal| C[Queue]
C -->|Characterize:\nCHAR0,1...| D(CW)
C -->|Manipulate:\nQPC0,1...| E(Pulse)
D --> D1[FRESP]
D --> D2[CWSWEEP]
E --> E1[SINGLEQB]
E --> E2[QUBITS]
E --> E3[QPU-1, 2, ...]

Loading

6. User

User need to register and will be granted certain level of access into the platform.

7. Sample

Sample will be logged for each run of measurement.

8. Queue

Enter the Queue after checking every details about the sample is correct & appropriate. Each Queue can run in parallel to each others.

  • CHAR: Frequency-domain measurement for basic characterization of each cavities and physical qubits. (characterize)
  • QPC: Time-domain measurement for advanced Quantum Processor Control (manipulate)

9. Task

Each task has its own directive for respective measurement schemes.

  • FRESP: Frequency Response
  • CWSWEEP: Continuous Wave Sweeping
  • SINGLEQB: Single-Qubit-ish pulse measurement
  • QUBITS: Multiple Qubits Orchestration

10. Story

Automatically telling unique story for each sample based on the notes taken by user. (coming soon)

Scripting

1. Parameter & Perimeter

  • Wiring

  • Waveform / Rhythm:

      <start> to <stop> * <steps> <' r ' or '^'> <repeat>
    

    Examples:

    -3 to 3 \*600 r 300 means -3, -2.999, ... 2.998, 2.999, 3 with each point repeating for 300 times.

    -1 to 1*200 ^100 means -1, -0.999, ... 0.998, 0.999, 1 with each point repeating for 100 times.

2. Pulse Sequencing

2.11 SCORE: SCripted ORchestration of Entanglements

"Musical" score dedicated for each DAC channel to orchestrate the train of pulses.

ns=<period>,mhz=<'i' or 'q'>/<IF-rotation>/<mixer-module>; 
<shape-1>/<parameter-i>/.../<parameter-f>,<pulse-width>,<pulse-height>;
...
<shape-n>/<parameter-i>/.../<parameter-f>,<pulse-width>,<pulse-height>;

Available Shapes: Flat, Gauss, Gaussup, Gaussdn, dGauss, dGaussup, dGaussdn

2.12 MACE: Modular Assembly of Commanders' (Continuous) Execution

Flexible mace to control multiple parametrized pieces of constant modules. The set of skills a commander possesses will be stored in DR-settings.

<skill-1>: {R1}, <skill-2>: {R2} ... <skill-n>: {Rn}

2.2 R-JSON

A JSON-format statement with the capability to Relate each MACE and SCORE to perform all sorts of measurements and benchmarkings.

{
"<parameter in SCORE>" : "<value or waveform assigned>",
"<comma-separated parameters> > <formula or function made from the comma-separated parameters>" : "0",
...
}

pyqum's People

Contributors

asqubit avatar shiau109 avatar takehuge avatar ratiswu avatar willy1995 avatar tsungyenchu avatar ruru110307 avatar arthurostrauss avatar sean33huang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.