User Portlet
Featured Contributor
Discussions |
---|
I hope you can do better than this FeynCalc [example][1]. Also it would be highly appreciated by everyone in this field if the [conspiracy theory][2] put forward by [Oliver Consa][3] about inability for anyone to verify the infamous IIc Feynman... |
![Simulating hybrid Classical-Quantum trajectories][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=Main28042025.png&userId=20103 [2]:... |
"Formula" simply shows the amplitudes as they are stored. QuantumMeasurement "States" are not normalized by default (maybe we should add "NormalizedStates") because it easier to just project the underlying state without modifying any amplitudes,... |
This shouldn't be a problem, paclet should still work. The Cotengra package is only used for some niche and limited functionality, but it has Wolfram Language dependency 13.3+, that's why all the warning messages. I would still recommend to update to... |
![Advent of Code 2024 using Wolfram][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=8167Main11012025.png&userId=20103 [2]:... |
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/62bcce2a-2960-4398-ad9f-a6854e8c2d88 |
![Bohmian quantum computation: stochastic and causal interpretation of qubits][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=9210Hero.png&userId=20103 [2]:... |
The recursion limit is from missing patterns for operators with no arguments. I've modified this to return a Failure in the development version of the paclet. PacletInstall["https://www.wolfr.am/DevWQCF", ForceVersionInstall -> True] |
![Diagrammatic adventures of Wigner and his friend: Wigner performs a measurement of the system himself or asks his friend about her outcome][1] &[Wolfram Notebook][2] [Hidden Image]:... |
I was facing the same issue while trying to make the Hypergraph object that behaves exactly like Graph and Tree. I just looked into their FormatValues and copied stuff from there. You can see this hack that overloads GraphicsBox here:... |