Skip to main content

Implements Double-Bracket Quantum Imaginary Time Evolution (DB-QITE) in Qiskit

Project description

Double-Bracket Quantum Imaginary Time Evolution (DB-QITE)

Implementation of DB-QITE (by Gluza et al)

Installation

pip install db-qite

Usage

To create a QuantumCircuit

from db_qite import DB_QITE

dbq = DB_QITE(
    hamiltonian = H,         # hamiltonian: `SparsePauliOp`
    initial_state = None,    # initial_state array-like, default None
    time_step = s,           # time step. list or a single value
)

circuit = dbq.create_circuit(
    num_steps,               # #iterations
    random_u0,               # boolean. U0 is random or not
)

Run for a range of iterations with plots

from db_qite import db_qite_range

runner, results = db_qite_range(
    hamiltonian=H,
    initial_state=None, # or initial state
    time_step=.5,       # or a list
    random_u0=True,     # or False
    num_steps_range=range(1, 6),
    backend="simulator", #  or None to detect a qiskit backend
    estimate_energy=True, # wether to estimate energy or just prepare the state
    shots=1024
)

Note: if you provide None, or a qiskit backend name or object, it will run on IBM quantum machines. You have to set IBM_QUANTUM_TOKEN environment variable for it

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

db_qite-0.0.5.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

db_qite-0.0.5-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file db_qite-0.0.5.tar.gz.

File metadata

  • Download URL: db_qite-0.0.5.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for db_qite-0.0.5.tar.gz
Algorithm Hash digest
SHA256 14a81648e4da8c44e318372833b1033b2757847111c6499858281cb0faa7d738
MD5 44c7d07fe5d1bf50fb2f2a62ef94dd5e
BLAKE2b-256 3acac62000017539ef6bf6a337be3495ec70246c0680e20688c453d610430818

See more details on using hashes here.

File details

Details for the file db_qite-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: db_qite-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for db_qite-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 340808d9f0da10dd5a21c4b9624d63301820318b1af415838a041c7f3af92797
MD5 e9888fa0f1e4b3c7fe38409b8fed76ca
BLAKE2b-256 458fe95cf0cdaef3034a686ed7d9c0cfd3668ceabbf975805ae6ecfde751d802

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page