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

Add math environment quantikz from package quantikz #2842

Closed
ArvinSKushwaha opened this issue Nov 30, 2023 · 2 comments
Closed

Add math environment quantikz from package quantikz #2842

ArvinSKushwaha opened this issue Nov 30, 2023 · 2 comments

Comments

@ArvinSKushwaha
Copy link
Contributor

ArvinSKushwaha commented Nov 30, 2023

The environment quantikz from the package quantikz is not treated as a math environment.

Here is some test code for a possible mathzone check:

\usepackage{quantikz}

\begin{quantikz}
    q_{1} & \gate[4]{e^{i t H_C}} & \\
    q_{2} &                       & \\
    q_{3} &                       & \\
    q_{4} &                       & \\
\end{quantikz}

Thank you!

@ArvinSKushwaha
Copy link
Contributor Author

Just made a pull request #2843 to hopefully close this issue, I would love to hear any thoughts.

lervag added a commit that referenced this issue Nov 30, 2023
@lervag
Copy link
Owner

lervag commented Nov 30, 2023

Thanks; I've merged your PR (with a minor fix) now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants