Interlin-q
0.0.1

Contents

  • Introduction
    • Simulated Architecture
    • Conversion of monolithic to distributed circuit
    • Distributed Scheduler and Broadcasting
    • Executing the distributed algorithm
  • Install
  • Quick Start
  • Design Overview
    • Computing Host
    • Controller Host
    • Qubits
    • Operation
    • Layers
    • Circuits
  • Examples
    • Distributed Quantum Phase Estimation
      • Distributed Quantum Phase Estimation Algorithm
      • Introduction of Interlin-q
        • Simulated Architechture
        • Conversion of monolithic to distributed circuit
        • Distributed Scheduler and Broadcasting
        • Executing the distributed algorithm
      • Code implementation
        • Step 1: Import libraries.
        • Step 2: Create monolithic circuit of Quantum Phase Estimation
        • Step 3: Define Standard protocols for controller and computing hosts.
        • Step 4: Provide inputs
        • Step 5: Execute the distributed algorithm and analyse the results
    • Single QPU VQE experiment
      • Step 1: Import libraries.
      • Step 2: Decompose the Hamiltonian.
      • Step 3: Prepare Circuit for Given Parameters
        • Main Blocks
        • Single-step approach
        • Split-steps approach
      • Step 4: Run the circuit and get the Expectation Value
        • Running for the single-step approach
        • Running for the multi-step approach
        • Using qutip to get the expectation value
      • Optimise
Interlin-q
  • »
  • Examples
  • View page source

ExamplesΒΆ

  • Distributed Quantum Phase Estimation
    • Distributed Quantum Phase Estimation Algorithm
    • Introduction of Interlin-q
      • Simulated Architechture
      • Conversion of monolithic to distributed circuit
      • Distributed Scheduler and Broadcasting
      • Executing the distributed algorithm
    • Code implementation
      • Step 1: Import libraries.
      • Step 2: Create monolithic circuit of Quantum Phase Estimation
        • Instructions on creating a circuit
          • 1. Operations
          • 2. Layers
          • 3. Circuit
        • Creating the circuit for Quantum Phase Estimation Algorithm
      • Step 3: Define Standard protocols for controller and computing hosts.
        • Controller host
        • Computing host
      • Step 4: Provide inputs
      • Step 5: Execute the distributed algorithm and analyse the results
  • Single QPU VQE experiment
    • Step 1: Import libraries.
    • Step 2: Decompose the Hamiltonian.
    • Step 3: Prepare Circuit for Given Parameters
      • Main Blocks
      • Single-step approach
      • Split-steps approach
    • Step 4: Run the circuit and get the Expectation Value
      • Running for the single-step approach
      • Running for the multi-step approach
      • Using qutip to get the expectation value
    • Optimise

© Copyright 2021, Stephen DiAdamo, Rhea Parekh.

Built with Sphinx using a theme provided by Read the Docs.