Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This PR introduces a new transpilier architecture to support advance functionality. #1060

Merged
merged 1 commit into from
Oct 9, 2018

Conversation

delapuente
Copy link
Contributor

Fix #825

The main goal of Qiskit Terra's transpiler is to provide an extensible infrastructure of pluggable passes that allows flexibility in customizing the compilation pipeline through the creation and combination of new passes. Includes:

  • Pass manager.
  • Dependency control.
  • Pass scheduling.
  • Control Flow modules.

More information can be found on the README.md file inside qiskit/transpiler.

…functionality.

The main goal of Qiskit Terra's transpiler is to provide an extensible infrastructure of pluggable passes that allows flexibility in customizing the compilation pipeline through the creation and combination of new passes. Includes:

    Pass manager.
    Dependency control.
    Pass scheduling.
    Control Flow modules.

More information can be found on the README.md file inside qiskit/transpiler.
@delapuente delapuente force-pushed the transpiler-first-approach branch from cd4f015 to 1ee228e Compare October 9, 2018 09:59
@delapuente
Copy link
Contributor Author

Approval granted in PR #824. Merging.

@delapuente delapuente merged commit 017e456 into Qiskit:master Oct 9, 2018
@delapuente delapuente deleted the transpiler-first-approach branch November 8, 2018 15:08
lia-approves pushed a commit to edasgupta/qiskit-terra that referenced this pull request Jul 30, 2019
…functionality. (Qiskit#1060)

The main goal of Qiskit Terra's transpiler is to provide an extensible infrastructure of pluggable passes that allows flexibility in customizing the compilation pipeline through the creation and combination of new passes. Includes:

    Pass manager.
    Dependency control.
    Pass scheduling.
    Control Flow modules.

More information can be found on the README.md file inside qiskit/transpiler.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant