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

EXTRACT-KRAUS-OPS: CL-QUIL::MAKE-ROW-MAJOR-MATRIX -> MAGICL:FROM-LIST #243

Merged
merged 1 commit into from
Mar 2, 2020

Conversation

appleby
Copy link
Contributor

@appleby appleby commented Mar 2, 2020

The function CL-QUIL::MAKE-ROW-MAJOR-MATRIX was removed in quil-lang/quilc#574.

Switch to using MAGIC:FROM-LIST, instead.

@appleby appleby requested a review from a team as a code owner March 2, 2020 16:33
@appleby appleby requested a review from colescott March 2, 2020 16:34
@appleby appleby changed the title EXTRACT-KRAUS-OPS: Cl-QUIL::MAKE-ROW-MAJOR-MATRIX -> MAGICL:FROM-LIST EXTRACT-KRAUS-OPS: CL-QUIL::MAKE-ROW-MAJOR-MATRIX -> MAGICL:FROM-LIST Mar 2, 2020
The function CL-QUIL::MAKE-ROW-MAJOR-MATRIX was removed in
quil-lang/quilc#574.

Switch to using MAGIC:FROM-LIST, instead.
@appleby appleby force-pushed the make-row-major-matrix->from-list branch from 4418b3a to d08dc8f Compare March 2, 2020 16:38
Copy link
Member

@colescott colescott left a comment

Choose a reason for hiding this comment

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

Just as a note magicl supports setting the magicl::*default-tensor-type* which we could set in quilc to be (complex double-float) to avoid having to specify the type everywhere. This isn't needed for this PR but could be added in the future to clean up matrix construction calls

@notmgsk
Copy link
Member

notmgsk commented Mar 2, 2020

Just as a note magicl supports setting the magicl::*default-tensor-type* which we could set in quilc to be (complex double-float) to avoid having to specify the type everywhere. This isn't needed for this PR but could be added in the future to clean up matrix construction calls

Do it 👍

@notmgsk notmgsk merged commit 1343522 into master Mar 2, 2020
@notmgsk notmgsk mentioned this pull request Mar 2, 2020
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.

3 participants