Skip to content

Representing a tensor product of single-qubit operations, with the capability to efficiently modify an arbitrary single-qubit operator in that product #542

@LEXUGE

Description

@LEXUGE

It seems like there is no method that allows you to compose single qubit Clifford operators. This is understandable as sX(1) * sY(2) will no longer be single-qubit and doesn't really make sense to use "symbolic" interface.

However, for graph state simulator, for VOP we would like to have a representation of single qubit Clifford group which is closed under composition so we could basically make a table for composition. Having a data structure representing that will be of great use as we don't need to use CliffordOperator etc. for computing composition.

Describe the solution you’d like

Create a new data structure for single qubit clifford group.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Partially Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions