-
Notifications
You must be signed in to change notification settings - Fork 9
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: Implement LaTeX generation #145
base: main
Are you sure you want to change the base?
Commits on Feb 6, 2023
-
Ryan Meneses committed
Feb 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 7be2094 - Browse repository at this point
Copy the full SHA 7be2094View commit details
Commits on Feb 7, 2023
-
Add X and Y gate tests with helper function.
Ryan Meneses committedFeb 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 479974d - Browse repository at this point
Copy the full SHA 479974dView commit details -
Move gate tests to tests submodule gates.
Ryan Meneses committedFeb 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 8fb30e5 - Browse repository at this point
Copy the full SHA 8fb30e5View commit details -
Ryan Meneses committed
Feb 7, 2023 Configuration menu - View commit details
-
Copy full SHA for cb02ef8 - Browse repository at this point
Copy the full SHA cb02ef8View commit details
Commits on Feb 8, 2023
-
Add latex dependency as feature.
Ryan Meneses committedFeb 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 5cb096d - Browse repository at this point
Copy the full SHA 5cb096dView commit details -
Rename TikzOperators to TikzOperator and CamelCase variant names.
Ryan Meneses committedFeb 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 029d337 - Browse repository at this point
Copy the full SHA 029d337View commit details
Commits on Feb 13, 2023
-
Move latex.rs and snapshots into latex directory.
Ryan Meneses committedFeb 13, 2023 Configuration menu - View commit details
-
Copy full SHA for c9fc7e9 - Browse repository at this point
Copy the full SHA c9fc7e9View commit details
Commits on Feb 16, 2023
-
Initial commit for LaTeX abstract factory model.
Ryan Meneses committedFeb 16, 2023 Configuration menu - View commit details
-
Copy full SHA for a25abb4 - Browse repository at this point
Copy the full SHA a25abb4View commit details
Commits on Feb 17, 2023
-
Revert "Initial commit for LaTeX abstract factory model."
This reverts commit a25abb4.
Ryan Meneses committedFeb 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 1d418a4 - Browse repository at this point
Copy the full SHA 1d418a4View commit details -
Remove new snapshot of failed X gate unit test.
Ryan Meneses committedFeb 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 3f217f4 - Browse repository at this point
Copy the full SHA 3f217f4View commit details -
Remove latex dependency and rename feature to-latex to latex.
Ryan Meneses committedFeb 17, 2023 Configuration menu - View commit details
-
Copy full SHA for ed1f8a0 - Browse repository at this point
Copy the full SHA ed1f8a0View commit details
Commits on Feb 22, 2023
-
Add comments and update names wrt Quantikz docs.
Ryan Meneses committedFeb 22, 2023 Configuration menu - View commit details
-
Copy full SHA for e00633e - Browse repository at this point
Copy the full SHA e00633eView commit details -
Ryan Meneses committed
Feb 22, 2023 Configuration menu - View commit details
-
Copy full SHA for b7642bc - Browse repository at this point
Copy the full SHA b7642bcView commit details
Commits on Feb 23, 2023
-
Add document template and unit tests.
Ryan Meneses committedFeb 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 865f495 - Browse repository at this point
Copy the full SHA 865f495View commit details
Commits on Feb 25, 2023
-
Add gate command and update command variant data types.
Ryan Meneses committedFeb 25, 2023 Configuration menu - View commit details
-
Copy full SHA for dc5b563 - Browse repository at this point
Copy the full SHA dc5b563View commit details -
Add test for single qubit with two gates X and Y.
Ryan Meneses committedFeb 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 6486920 - Browse repository at this point
Copy the full SHA 6486920View commit details -
Build a Diagram from a vector of Circuits.
Ryan Meneses committedFeb 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 5cbfb4d - Browse repository at this point
Copy the full SHA 5cbfb4dView commit details
Commits on Feb 28, 2023
-
Remove extraneous gate from snapshot test.
Ryan Meneses committedFeb 28, 2023 Configuration menu - View commit details
-
Copy full SHA for f3ea53b - Browse repository at this point
Copy the full SHA f3ea53bView commit details -
Add LaTeX gen for single qubit gate instructions.
Ryan Meneses committedFeb 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 2a97404 - Browse repository at this point
Copy the full SHA 2a97404View commit details -
Add multi-line n-qubit single qubit gates.
Ryan Meneses committedFeb 28, 2023 Configuration menu - View commit details
-
Copy full SHA for f39f1d8 - Browse repository at this point
Copy the full SHA f39f1d8View commit details -
Update doc string example for get_command.
Ryan Meneses committedFeb 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 1a3d66c - Browse repository at this point
Copy the full SHA 1a3d66cView commit details
Commits on Mar 1, 2023
-
Preserve order of wires by indexing circuit keys in vector.
Ryan Meneses committedMar 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 6a4894d - Browse repository at this point
Copy the full SHA 6a4894dView commit details -
Add initial CNOT LaTeX gen for variable qubits.
Ryan Meneses committedMar 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 04a1723 - Browse repository at this point
Copy the full SHA 04a1723View commit details
Commits on Mar 2, 2023
-
Merge branch 'main' into to-latex
Ryan Meneses committedMar 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 458e750 - Browse repository at this point
Copy the full SHA 458e750View commit details
Commits on Mar 7, 2023
-
Ryan Meneses committed
Mar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 568fcdf - Browse repository at this point
Copy the full SHA 568fcdfView commit details -
Add combined single and multi qubit gate tests.
Ryan Meneses committedMar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 4a8cf9b - Browse repository at this point
Copy the full SHA 4a8cf9bView commit details -
Add settings test module with snapshot test.
Ryan Meneses committedMar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for e615f2c - Browse repository at this point
Copy the full SHA e615f2cView commit details -
Add impute missing qubits setting.
Ryan Meneses committedMar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 8494931 - Browse repository at this point
Copy the full SHA 8494931View commit details
Commits on Mar 8, 2023
-
Debug CNOT with two TDD tests of complex Programs.
Ryan Meneses committedMar 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 2048ccd - Browse repository at this point
Copy the full SHA 2048ccdView commit details -
Optimize ctrl/targ programs with only one call to set_ctrl_targ.
Ryan Meneses committedMar 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 5094048 - Browse repository at this point
Copy the full SHA 5094048View commit details -
Allow CNOT for a single qubit.
Ryan Meneses committedMar 8, 2023 Configuration menu - View commit details
-
Copy full SHA for dad6ac4 - Browse repository at this point
Copy the full SHA dad6ac4View commit details -
Revert "Allow CNOT for a single qubit."
This reverts commit dad6ac4.
Ryan Meneses committedMar 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 423a7ec - Browse repository at this point
Copy the full SHA 423a7ecView commit details -
Ryan Meneses committed
Mar 8, 2023 Configuration menu - View commit details
-
Copy full SHA for e36623a - Browse repository at this point
Copy the full SHA e36623aView commit details -
Working draft of CCNOT and CONTROLLED.
Ryan Meneses committedMar 8, 2023 Configuration menu - View commit details
-
Copy full SHA for b2b1f1a - Browse repository at this point
Copy the full SHA b2b1f1aView commit details -
Revert "Allow CNOT for a single qubit."
This reverts commit dad6ac4.
Ryan Meneses committedMar 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 298075f - Browse repository at this point
Copy the full SHA 298075fView commit details
Commits on Mar 9, 2023
-
Ryan Meneses committed
Mar 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 9fc3c62 - Browse repository at this point
Copy the full SHA 9fc3c62View commit details -
Ryan Meneses committed
Mar 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 39f8f46 - Browse repository at this point
Copy the full SHA 39f8f46View commit details -
Update doc and remove unused variables.
Ryan Meneses committedMar 9, 2023 Configuration menu - View commit details
-
Copy full SHA for b6a9e20 - Browse repository at this point
Copy the full SHA b6a9e20View commit details -
Ryan Meneses committed
Mar 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 6e1dfba - Browse repository at this point
Copy the full SHA 6e1dfbaView commit details -
Ryan Meneses committed
Mar 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 9062255 - Browse repository at this point
Copy the full SHA 9062255View commit details
Commits on Mar 10, 2023
-
Propagate LatexGenError instead of panic.
Ryan Meneses committedMar 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 6f3c0c3 - Browse repository at this point
Copy the full SHA 6f3c0c3View commit details -
Ryan Meneses committed
Mar 10, 2023 Configuration menu - View commit details
-
Copy full SHA for d40808e - Browse repository at this point
Copy the full SHA d40808eView commit details -
Ryan Meneses committed
Mar 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 0cfb8d2 - Browse repository at this point
Copy the full SHA 0cfb8d2View commit details
Commits on Mar 11, 2023
-
Ryan Meneses committed
Mar 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 6a20a52 - Browse repository at this point
Copy the full SHA 6a20a52View commit details
Commits on Mar 13, 2023
-
Add texify numerical constants setting.
Ryan Meneses committedMar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 5655d7e - Browse repository at this point
Copy the full SHA 5655d7eView commit details -
Ryan Meneses committed
Mar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 370c3cc - Browse repository at this point
Copy the full SHA 370c3ccView commit details -
Ryan Meneses committed
Mar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 5d9c138 - Browse repository at this point
Copy the full SHA 5d9c138View commit details -
Merge branch 'main' into to-latex
Ryan Meneses committedMar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for e49e7d7 - Browse repository at this point
Copy the full SHA e49e7d7View commit details -
Merge branch 'to-latex' into good-tests
Ryan Meneses committedMar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for f0591fb - Browse repository at this point
Copy the full SHA f0591fbView commit details -
Add multiple controlled modifiers to single qubit gates.
Ryan Meneses committedMar 13, 2023 Configuration menu - View commit details
-
Copy full SHA for a068411 - Browse repository at this point
Copy the full SHA a068411View commit details
Commits on Mar 14, 2023
-
Add good defgate and modifiers tests.
Ryan Meneses committedMar 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 86a280e - Browse repository at this point
Copy the full SHA 86a280eView commit details -
Refactor to_latex with initial circuit of used qubits.
Ryan Meneses committedMar 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 2338b2e - Browse repository at this point
Copy the full SHA 2338b2eView commit details
Commits on Mar 15, 2023
-
Move to_latex code blocks to new functions and remove outdated TODOs.
Ryan Meneses committedMar 15, 2023 Configuration menu - View commit details
-
Copy full SHA for d31b231 - Browse repository at this point
Copy the full SHA d31b231View commit details -
Test five good programs from quilc good-test-files.
Ryan Meneses committedMar 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 6cd43dc - Browse repository at this point
Copy the full SHA 6cd43dcView commit details -
Add error handling for unsupported programs.
Ryan Meneses committedMar 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 5dfafec - Browse repository at this point
Copy the full SHA 5dfafecView commit details -
Merge branch 'to-latex' into to-latex-docs
Ryan Meneses committedMar 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 772c2ad - Browse repository at this point
Copy the full SHA 772c2adView commit details
Commits on Mar 16, 2023
-
Update docs including supported programs.
Ryan Meneses committedMar 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 37dbb7f - Browse repository at this point
Copy the full SHA 37dbb7fView commit details -
Ryan Meneses committed
Mar 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 645b787 - Browse repository at this point
Copy the full SHA 645b787View commit details -
Ryan Meneses committed
Mar 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 5d7940c - Browse repository at this point
Copy the full SHA 5d7940cView commit details -
Replace explicit Clone impl for Parameter with derived trait.
Ryan Meneses committedMar 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 11cd5c5 - Browse repository at this point
Copy the full SHA 11cd5c5View commit details -
Refactor get_symbol into ToString for Symbol and Parameter.
Ryan Meneses committedMar 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 5dbaaad - Browse repository at this point
Copy the full SHA 5dbaaadView commit details -
Apply docs suggestions from code review.
Co-authored-by: Michael Bryant <shadow53@shadow53.com>
Configuration menu - View commit details
-
Copy full SHA for 0b9213d - Browse repository at this point
Copy the full SHA 0b9213dView commit details -
Fix Quantikz link in documentation.
Ryan Meneses committedMar 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 10fe4f3 - Browse repository at this point
Copy the full SHA 10fe4f3View commit details -
Ryan Meneses committed
Mar 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 025f7fa - Browse repository at this point
Copy the full SHA 025f7faView commit details -
Apply clippy fixes, doc fixes, rename Settings to RenderSettings.
Ryan Meneses committedMar 16, 2023 Configuration menu - View commit details
-
Copy full SHA for af07939 - Browse repository at this point
Copy the full SHA af07939View commit details
Commits on Mar 17, 2023
-
Add manual clippy fixes and Clone or Copy to structs and make more id…
…iomatic.
Ryan Meneses committedMar 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 63e13ea - Browse repository at this point
Copy the full SHA 63e13eaView commit details -
Remove supported program checking.
Ryan Meneses committedMar 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 3677651 - Browse repository at this point
Copy the full SHA 3677651View commit details
Commits on Mar 20, 2023
-
Use write! in Diagram fmt, reduce/reformat docs.
Ryan Meneses committedMar 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 6a2fd9e - Browse repository at this point
Copy the full SHA 6a2fd9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ec15be - Browse repository at this point
Copy the full SHA 6ec15beView commit details
Commits on Mar 21, 2023
-
Decompose gates to canonical form.
Ryan Meneses committedMar 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 28f16e7 - Browse repository at this point
Copy the full SHA 28f16e7View commit details
Commits on Mar 22, 2023
-
Fill circuit using instruction in canonical form.
Ryan Meneses committedMar 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 7ab4b5a - Browse repository at this point
Copy the full SHA 7ab4b5aView commit details -
Debug PHASE, multiline, and CNOT 0 0 tests.
Ryan Meneses committedMar 22, 2023 Configuration menu - View commit details
-
Copy full SHA for e37d83e - Browse repository at this point
Copy the full SHA e37d83eView commit details -
Handle unsupported instructions and gates.
Ryan Meneses committedMar 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 61f990a - Browse repository at this point
Copy the full SHA 61f990aView commit details -
Ryan Meneses committed
Mar 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 1af1a9f - Browse repository at this point
Copy the full SHA 1af1a9fView commit details
Commits on Mar 23, 2023
-
Refactor gate setting from parse_gate into separate method set_gate.
Ryan Meneses committedMar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 029f05b - Browse repository at this point
Copy the full SHA 029f05bView commit details -
Rename feature to ToLatex, set_qw to set_empty, make enums more idiom…
…atic.
Ryan Meneses committedMar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 421e7eb - Browse repository at this point
Copy the full SHA 421e7ebView commit details -
Ryan Meneses committed
Mar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for cab0caf - Browse repository at this point
Copy the full SHA cab0cafView commit details -
Rename err variant FoundCNOTWithNoTarget to FoundTargetWithNoControl.
Ryan Meneses committedMar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 571c497 - Browse repository at this point
Copy the full SHA 571c497View commit details
Commits on Mar 24, 2023
-
Refactor impute_missing_qubits and set_empty to use built-ins from std.
Co-authored-by: Marquess Valdez <marquessavaldez@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0af2769 - Browse repository at this point
Copy the full SHA 0af2769View commit details -
Add missing semicolon and fix format.
Ryan Meneses committedMar 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 712a24c - Browse repository at this point
Copy the full SHA 712a24cView commit details
Commits on Mar 28, 2023
-
Organize code by restructuring design.
Ryan Meneses committedMar 28, 2023 Configuration menu - View commit details
-
Copy full SHA for c353c3f - Browse repository at this point
Copy the full SHA c353c3fView commit details -
Make ToLatex a method of Program.
Ryan Meneses committedMar 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 1ecc789 - Browse repository at this point
Copy the full SHA 1ecc789View commit details -
Add derive_more, change From<String> to FromStr, generify with From<S>.
Ryan Meneses committedMar 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 4e4ca5a - Browse repository at this point
Copy the full SHA 4e4ca5aView commit details -
Apply suggestions to extend derived traits and shorten/simplify code.
Ryan Meneses committedMar 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 46c024f - Browse repository at this point
Copy the full SHA 46c024fView commit details
Commits on Mar 29, 2023
-
Update GateDefinition Instruction block in to_latex.
Ryan Meneses committedMar 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 30169aa - Browse repository at this point
Copy the full SHA 30169aaView commit details
Commits on Mar 30, 2023
-
Change insert_gate to apply_gate and simplify using to_canonical.
Ryan Meneses committedMar 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 0b58d76 - Browse repository at this point
Copy the full SHA 0b58d76View commit details -
Refactor Wire.gate value type to String and remove CONTROLLED collect…
…ion.
Ryan Meneses committedMar 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 8b74dbe - Browse repository at this point
Copy the full SHA 8b74dbeView commit details -
Rename set_modifiers to extract_daggers, Wire.modifiers to Wire.dagge…
…rs, and update docs.
Ryan Meneses committedMar 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 9b782fa - Browse repository at this point
Copy the full SHA 9b782faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4a67b - Browse repository at this point
Copy the full SHA 2e4a67bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a6f513 - Browse repository at this point
Copy the full SHA 7a6f513View commit details -
Configuration menu - View commit details
-
Copy full SHA for 392e7af - Browse repository at this point
Copy the full SHA 392e7afView commit details -
Configuration menu - View commit details
-
Copy full SHA for f85ddbf - Browse repository at this point
Copy the full SHA f85ddbfView commit details -
Ryan Meneses committed
Mar 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 935875a - Browse repository at this point
Copy the full SHA 935875aView commit details -
Ryan Meneses committed
Mar 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 90c3cb1 - Browse repository at this point
Copy the full SHA 90c3cb1View commit details -
Organize latex module into submodules and update docs.
Ryan Meneses committedMar 30, 2023 Configuration menu - View commit details
-
Copy full SHA for ee42a06 - Browse repository at this point
Copy the full SHA ee42a06View commit details -
Correct docs to m is row, n is column, for m x n matrix.
Ryan Meneses committedMar 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 6833a9b - Browse repository at this point
Copy the full SHA 6833a9bView commit details
Commits on Mar 31, 2023
-
Move set_empty into gate block in to_latex.
Ryan Meneses committedMar 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 041b969 - Browse repository at this point
Copy the full SHA 041b969View commit details -
Pull column from Wire methods, set as field, refactor set_empty to ap…
…ply_empty.
Ryan Meneses committedMar 31, 2023 Configuration menu - View commit details
-
Copy full SHA for f2d2733 - Browse repository at this point
Copy the full SHA f2d2733View commit details -
Refactor column from int to usize, track in wire, set total in diagram.
Ryan Meneses committedMar 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 1464300 - Browse repository at this point
Copy the full SHA 1464300View commit details -
Refactor Diagram fmt to use enumerate and iters and expand comments.
Ryan Meneses committedMar 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 09d7fac - Browse repository at this point
Copy the full SHA 09d7facView commit details -
Remove enumeration in Diagram fmt.
Ryan Meneses committedMar 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 3010fe8 - Browse repository at this point
Copy the full SHA 3010fe8View commit details -
Add inner String type to Gate and Phase variants, and implement dagge…
…r for phase.
Ryan Meneses committedMar 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 6808837 - Browse repository at this point
Copy the full SHA 6808837View commit details
Commits on Apr 1, 2023
-
Remove verticals from Diagram, add Display for Wire, refactor Display…
… for Diagram to write Wire.
Ryan Meneses committedApr 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 07b6184 - Browse repository at this point
Copy the full SHA 07b6184View commit details -
Iterate over circuit instead of keys in Diagram fmt and update docs.
Ryan Meneses committedApr 1, 2023 Configuration menu - View commit details
-
Copy full SHA for f7e0409 - Browse repository at this point
Copy the full SHA f7e0409View commit details
Commits on Apr 3, 2023
-
Move unwrap for last item in collections to outside of loop.
Ryan Meneses committedApr 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 08a6013 - Browse repository at this point
Copy the full SHA 08a6013View commit details -
Use regex for canonical gate decomposition and handle unimplemented X…
…Y gate.
Ryan Meneses committedApr 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 68cc16e - Browse repository at this point
Copy the full SHA 68cc16eView commit details
Commits on Apr 4, 2023
-
Merge targ and ctrl fields into single generic gates field.
Ryan Meneses committedApr 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 4f9cae4 - Browse repository at this point
Copy the full SHA 4f9cae4View commit details
Commits on Apr 5, 2023
-
Use the generic gate and counted modifiers, and catch unsupported gat…
…es using the CONTROLLED count.
Ryan Meneses committedApr 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 755883d - Browse repository at this point
Copy the full SHA 755883dView commit details -
Change parameters values from vector to single parameter.
Ryan Meneses committedApr 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 8cf0073 - Browse repository at this point
Copy the full SHA 8cf0073View commit details -
Change Lstick to LeftWireLabel.
Ryan Meneses committedApr 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 11191e0 - Browse repository at this point
Copy the full SHA 11191e0View commit details
Commits on Apr 7, 2023
-
Update docs for Diagram circuit.
Co-authored-by: Kalan <22137047+kalzoo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 05334d1 - Browse repository at this point
Copy the full SHA 05334d1View commit details -
Ryan Meneses committed
Apr 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 9487249 - Browse repository at this point
Copy the full SHA 9487249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 436ac86 - Browse repository at this point
Copy the full SHA 436ac86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c2538 - Browse repository at this point
Copy the full SHA 41c2538View commit details
Commits on Apr 11, 2023
-
Couple parameter with a specific cell in Column struct in a Wire of C…
…olumns.
Ryan Meneses committedApr 11, 2023 Configuration menu - View commit details
-
Copy full SHA for e835c61 - Browse repository at this point
Copy the full SHA e835c61View commit details -
Make enum-as-inner an optional dependency for latex feature.
Ryan Meneses committedApr 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 04c2abf - Browse repository at this point
Copy the full SHA 04c2abfView commit details -
Use enum-as-inner to extract fixed qubits, reorganize code, update docs.
Ryan Meneses committedApr 11, 2023 Configuration menu - View commit details
-
Copy full SHA for b19f0aa - Browse repository at this point
Copy the full SHA b19f0aaView commit details -
Revert "Make enum-as-inner an optional dependency for latex feature."
This reverts commit 04c2abf.
Ryan Meneses committedApr 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 9e6d4bc - Browse repository at this point
Copy the full SHA 9e6d4bcView commit details
Commits on Apr 12, 2023
-
Remove wordy QuantikzGate doc, refactor if-let for instruction to match.
Ryan Meneses committedApr 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 3aacde2 - Browse repository at this point
Copy the full SHA 3aacde2View commit details
Commits on Apr 13, 2023
-
Refactor using new data model WIP.
Ryan Meneses committedApr 13, 2023 Configuration menu - View commit details
-
Copy full SHA for ea8cd05 - Browse repository at this point
Copy the full SHA ea8cd05View commit details -
Fix doc tests, remove dev notes.
Ryan Meneses committedApr 13, 2023 Configuration menu - View commit details
-
Copy full SHA for b07ff0f - Browse repository at this point
Copy the full SHA b07ff0fView commit details -
Fix doc tests, remove dev notes and template snapshot test.
Ryan Meneses committedApr 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 12b5ee3 - Browse repository at this point
Copy the full SHA 12b5ee3View commit details -
Merge branch 'to-latex' of https://github.com/hiyaryan/quil-rs into t…
…o-latex
Ryan Meneses committedApr 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 69087b7 - Browse repository at this point
Copy the full SHA 69087b7View commit details
Commits on Apr 15, 2023
-
Add error handling, clean up code and comments, remove sorting with B…
…TreeSet.
Ryan Meneses committedApr 15, 2023 Configuration menu - View commit details
-
Copy full SHA for b504fec - Browse repository at this point
Copy the full SHA b504fecView commit details
Commits on Apr 24, 2023
-
Apply suggestions from code review.
Co-authored-by: Michael Bryant <shadow53@shadow53.com>
Configuration menu - View commit details
-
Copy full SHA for c400135 - Browse repository at this point
Copy the full SHA c400135View commit details -
Ryan Meneses committed
Apr 24, 2023 Configuration menu - View commit details
-
Copy full SHA for a837cf4 - Browse repository at this point
Copy the full SHA a837cf4View commit details
Commits on May 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1a44a3a - Browse repository at this point
Copy the full SHA 1a44a3aView commit details