logo
MentPy
mentpy.merge
Initializing search
    MentPy
    • Getting Started
    • Basic usage
    • Tutorials
    • API Reference
    MentPy
      • Installation
      • Single qubit measurements
      • Graph States
      • Creating MBQC Circuits
      • Simulating MBQC Circuits
      • An introduction to MB-QML
      • Parallelizing MB-QML protocols
      • Classifying classical data
      • Fisher information classifier
      • Discrete optimization for HEA
      • Learning a quantum instrument
      • Operators
      • MBQCircuits
        • C GraphState
        • C MBQCircuit
        • F draw
        • F draw_with_wires
        • F hstack
        • F merge
        • F vstack
        • Templates
        • Flow
      • Simulators
      • Optimizers
      • Utils
    mentpy.merge(state1: MBQCircuit, state2: MBQCircuit, along=[]) → MBQCircuit

    Merge two MBQC circuits into a larger MBQC circuit. This is, the input and output of the new MBQC circuit will depend on the concat_indices.

    © Copyright 2022-2023, Luis Mantilla.
    Created using Sphinx 8.1.3. and Sphinx-Immaterial