vidarsko / ComFiT

A python library for simulating field theories with topological defects
MIT License
3 stars 3 forks source link

`AttributeError` in `tutorial/quantum_mechanics_1D_wave_packet.ipynb` #18

Closed flokno closed 1 month ago

flokno commented 1 month ago
image
jonasron commented 1 month ago

Thanks, the function qm.plot() has been removed. This has been replaced with qm.plot_field(np.abs(qm.psi)**2). I have pushed the changes.

flokno commented 1 month ago

👍