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

print whether matrix is unitary in -m #749

Merged
merged 1 commit into from
Oct 23, 2021
Merged

print whether matrix is unitary in -m #749

merged 1 commit into from
Oct 23, 2021

Conversation

stylewarning
Copy link
Member

No description provided.

@stylewarning stylewarning added the enhancement New feature or request label Oct 23, 2021
@@ -12,9 +12,11 @@
*human-readable-stream*))

(defun print-matrix-comparision (m1 m2 &optional (stream *human-readable-stream*))
(format stream "~%#Matrix read off from input code~%")
(format stream "~%#Matrix read off from input code (~:[not ~;~]unitary)~%"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know "read off" makes sense, but "Input program matrix" and "Output program matrix" are simpler/easier to parse.

@stylewarning stylewarning merged commit 0adb180 into master Oct 23, 2021
@stylewarning stylewarning deleted the print-unitary branch October 23, 2021 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants