GithubHelp home page GithubHelp logo

qiskitnullgatetranspilerpass's People

Watchers

James Cloos avatar Willie Macharia avatar

qiskitnullgatetranspilerpass's Issues

QiskitNullGateTranspiler

Abstract
Qisikit transpiler is known to reduce redundancy in a quantum circuit without changing the intended circuit behavior. Qiskit transpiler uses a transpiler manager to manages various passes. The Qiskit transpiler passes documentation can be found here https://qiskit.org/documentation/apidoc/transpiler/passes/passes.html

Looking at the transpiler passes moreso gates optimizations passes; only CxCancellation pass that has been implemented. But the question is what if some other gates are canceling each other? Some gates, under certain conditions, have no effect on the qubits they are applied to. Gates that are grouped with their inverses, have a null control or act on the operations’ eigenstates with eigenvalue 1, belong to this class. This idea is derived from this paper:
https://arxiv.org/pdf/1110.2998.pdf under the rule of Null gates

Description
To do so we will need to implement some logical look through where we can eliminate gates that are inverse of each other under ceratin conditions. Since a circuit in a transpiler is represented with a DAG; the project will need to create conditions and look through the DAG to eliminate null operations in a linear sequence of the gates. For example:

Look at the above-described paper Figure 6 and see some null operations.

Members

Willie Macharia([email protected])
Deliverable
A transpiler pass

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.