holzschu / Carnets

Carnets is a stand-alone Jupyter notebook server and client. Edit your notebooks on the go, even where there is no network.
https://holzschu.github.io/Carnets_Jupyter/
BSD 3-Clause "New" or "Revised" License
547 stars 32 forks source link

Add QuTiP #49

Open goerz opened 4 years ago

goerz commented 4 years ago

QuTiP is a widely used package in numerical quantum physics (and quantum computing)

This will depend on scipy.

holzschu commented 3 years ago

Hi, this may not be the fastest fix in the world, but QuTiP is now available in the TestFlight version: https://testflight.apple.com/join/UbNIjkjp If you could give it a spin...

goerz commented 3 years ago

Wow, that's amazing! Thanks!

Looks like it works perfectly! I'll keep playing around with it and see if I find any problems. It's okay if I publicize this on the QuTIP mailing list/Discord, right?

holzschu commented 3 years ago

I'm definitely in favor of publicity! If there are bugs, they are likely to appear after the 5th or 6th new notebook opened (I already tested that, but that's so you know). If there are no bugs, it will be in the AppStore version soon.

mahdiaslanimk commented 1 year ago

Hi. I wonder why QuTiP is no longer available in Carnet 🤔 @holzschu (%pip intall qutip not working)

holzschu commented 1 year ago

qutip requires scipy, so it's in Carnets-with-Scipy only.

mahdiaslanimk commented 1 year ago

Oh yeah, I have Carnets Jupyter - (with scipy). In the previous versions qutip was included but in version 1.7.6 it’s not available.

holzschu commented 1 year ago

Thank you for telling me. This looks like a major issue, I'm going to have a look. Update: Indeed, it failed at compilation. I'll fix it ASAP.