Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

⚠️ WARNING
cirq-web is deprecated. For more details or to provide feedback see https://github.com/quantumlib/Cirq/issues/8168
Cirq logo

cirq-web

Cirq is a Python package for writing, manipulating, and running quantum circuits on quantum computers and simulators. Cirq provides useful abstractions for dealing with today’s noisy intermediate-scale quantum (NISQ) computers, where the details of quantum hardware are vital to achieving state-of-the-art results. For more information about Cirq, please visit the Cirq documentation site.

This Python module is cirq-web, which allows users to take advantage of browser-based 3D visualization tools and features in Cirq. cirq-web also provides a development environment for contributors to create and add their own visualizations to the module.

Installation

This module is built on top of Cirq; installing this module will automatically install the cirq-core module and other dependencies. There are two installation options for the cirq-web module:

  • To install the stable version of cirq-web, use

    pip install cirq-web
    
  • To install the latest pre-release version of cirq-web, use

    pip install --upgrade cirq-web~=1.0.dev
    

    (The ~= has a special meaning to pip of selecting the latest version compatible with the 1.* and dev in the name. Despite appearances, this will not install an old version 1.0 release!)

If you would like to install Cirq with all the optional modules, not just cirq-web, then instead of the above commands, use pip install cirq for the stable release or pip install --upgrade cirq~=1.0.dev for the latest pre-release version.

Documentation

Documentation for cirq-web can be found in the README file located in the module's subdirectory in the Cirq repository on GitHub. To get started with using Cirq in general, please refer to the Cirq documentation site.

Below is a quick example of using cirq-web to generate a portable 3D rendering of the Bloch sphere:

import cirq
from cirq_web import BlochSphere

# Prepare a state
zero_state = [1+0j, 0+0j]
state_vector = cirq.to_valid_state_vector(zero_state)

# Create and display the Bloch sphere
sphere = BlochSphere(state_vector=state_vector)
sphere.generate_html_file()

This will create an HTML file in the current working directory. There are additional options to specify the output directory or to open the visualization in a browser, for example.

You can also view and interact with a Bloch sphere in a Google Colab notebook or Jupyter notebook. Here is an example:

import cirq
from cirq_web import BlochSphere

# Prepare a state
zero_state = [1+0j, 0+0j]
state_vector = cirq.to_valid_state_vector(zero_state)

# Create and display the Bloch sphere
sphere = BlochSphere(state_vector=state_vector)
display(sphere)

You can find more example Jupyter notebooks in the cirq-web subdirectory of the Cirq repository on GitHub.

For more information about getting help, reporting bugs, and other matters related to Cirq and the Cirq-Web integration module, please visit the Cirq repository on GitHub.

Disclaimer

Cirq is not an official Google product. Copyright 2019 The Cirq Developers.

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

cirq_web-1.8.0.dev20260825175301-py3-none-any.whl (301.0 kB view details)

Uploaded Python 3

File details

Details for the file cirq_web-1.8.0.dev20260825175301-py3-none-any.whl.

File metadata

File hashes

Hashes for cirq_web-1.8.0.dev20260825175301-py3-none-any.whl
Algorithm Hash digest
SHA256 1c12849a343718c62a8b63911cbfc04e0696ceeafdc92d5da075b0eec80855fb
MD5 19029e9347f1958c20dfe54d134e35ad
BLAKE2b-256 0603a403a84763a8d6992f03ed6ed23233f2ec25ff43442342c6537a2c282192

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.8.0.dev20260825175301 This release

1 file

1.7.0

1 file

1.6.1

1 file

1.6.0

1 file

1.5.0

1 file

1.4.1

1 file

1.4.0

1 file

1.3.0

1 file

1.2.0

1 file

1.1.0

1 file

1.0.0

1 file

0.15.0

1 file

0.14.1

1 file

0.14.0

1 file

0.13.1

1 file

0.13.0

1 file

0.12.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page