-
Notifications
You must be signed in to change notification settings - Fork 13
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
Conj for UniTensor #194
Comments
But Conj is a linear algebra operation? |
currently, for UniTensor, Conj is a member function. ofc we can wrap a linalg function for it to make it consistent? |
For
OK I didn't know that there is a
I was thinking to make it a global function in Cytnx, but I think a member function is also good. |
I think we need this, but its not urgent |
Do you think we can make it before the draft is out? |
How about transpose and dagger? Those are ill-defined for normal tensor
…On Tue, Jul 25, 2023 at 7:59 PM chiamin ***@***.***> wrote:
Do you think we can make it before the draft is out? Conj is necessary
for some applications so I think it is better to have it before the draft
is out.
—
Reply to this email directly, view it on GitHub
<#194 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFCX3SJDFD75WSZ467Z3TT3XSBMXPANCNFSM6AAAAAA2TUMWE4>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
I found that
Conj
seems not supportingUniTensor
; is it true? Here is codeand the error
Another comment. I think
Conj
should not be defined inlinalg
since it is not a linear algebra operator.The text was updated successfully, but these errors were encountered: