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

feat: add Program::to_latex #381

Draft
wants to merge 83 commits into
base: main
Choose a base branch
from
Draft

feat: add Program::to_latex #381

wants to merge 83 commits into from

Conversation

kalzoo
Copy link
Contributor

@kalzoo kalzoo commented Jun 24, 2024

Closes #190

Builds upon #145, to include:

  • Simpler and more easily extensible construction
  • Catching up to main (over a year's worth of changes)

TODO:

  • Many remaining panics throughout the code
  • Remove dead code
  • User validation
  • Python bindings
  • The preceding PR had a cargo feature to guard the program::latex module; do we still want that? No extra dependencies, just extra code which might not be needed in many use cases.

Ryan Meneses added 30 commits February 6, 2023 13:30
Ryan Meneses and others added 27 commits March 15, 2023 15:20
Co-authored-by: Michael Bryant <shadow53@shadow53.com>
@antalsz antalsz self-requested a review June 27, 2024 23:55
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.

Generate quantum circuit diagrams using LaTeX
2 participants