-
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
$Failed error in Mathematica 13.3.0.0 #5
Comments
It seems to me that |
Thanks! |
Mostly working fine now, thanks, but a couple of things when working through your examples notebook - I get a The DiracForm[] examples generates this output: instead of Similarly, PartialTr[] generates this output: instead of: |
Thanks for testing and bringing this other issue to my attention. I found the root cause and fixing it now. |
I'm using Mathematica 13.3.0.0.
I've downloaded the wl file to
C:\Users\ianww\Documents\Mathematica\BernDirac.wl
I run:
I try (using esc ket esc to create the ket operator):
but I get a failed error:
$Failed
I also get the error if I comment out
//MatrixForm
:$Failed
I get the same error if I try to run your example file.
I've also tried using
Import
rather thanGet
:Import["C:\\Users\\ianww\\Documents\\Mathematica\\BernDirac.wl", "Rules"]
and it shows the file is loading ok because I get a comprehensive list of rules. However, the same
$Failed
error occurs.Do you know if your wl is compatible with Mathematica 13.3.0.0? Or could there be some other cause that I've missed?
The text was updated successfully, but these errors were encountered: