Skip to content

Add decompositions for rotation + cx set #118

@TheGupta2012

Description

@TheGupta2012

Related to #103

  • Define decompositions to rotation + cx set.
  • Conversions will have 2 parameters - decomposition algorithm AND source basis set
class RotationCXDecomposer: 
        def __init__(self, algorithm, source_basis):
           pass 
        def convert(qasm_module): 
           # converts the gates to rotation + cx set in place 
           pass 

The map for the conversions can contain a callback function and the number of parameters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    gate-decompositionRelated to decomposing quantum gatesqosfRelated to the QOSF mentorship cohort

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions