I wonder if there's a tool available to draw platonic solids or other 3-D shapes inside a Bloch sphere. Here's an example I found on a research paper:
In my previous visualizations, I used the kaleidoscope package in Python to simulate time-evolution inside the Bloch sphere. I wonder if there's a tool I could draw 3-D shapes also. Thanks!
Asked
Active
Viewed 172 times
4

ZR-
- 2,388
- 7
- 19
Graphics3D[{[email protected], Sphere[], Dodecahedron[0.72]}]
generates https://i.stack.imgur.com/Ejoku.png. Figuring out the expression for the vertices you can also easily highlight them. You can also have a look at https://mathematica.stackexchange.com/q/125985/27539 for how to draw a fancier Bloch sphere with MMA – glS Aug 04 '21 at 23:36