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.3.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.3-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: db_qite-0.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 b12a019b353c21795c989f29bddb6084f70a7b436bed5ff19337cbdd6547b5fc
MD5 6125732af55e548617c388ffce0a1a41
BLAKE2b-256 cd65227fac5b3c3bffa8cddb2ab377e2c6d5055283e9f4d54774cdbe2cc30813

See more details on using hashes here.

File details

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

File metadata

  • Download URL: db_qite-0.0.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 095daf02e25104eae942a0b1b2fac3890a3f73c068ab0a53de1cbd55e1507d58
MD5 abcb5cf69f5b38a4208ad438b283852f
BLAKE2b-256 86f4038686a9cf4cca0ccfad3eb5e9859dad99fb2152aef959e7250289613abc

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