@@ -21,9 +21,11 @@ XPython kernel (there is only one option) and then the notebook will open.
2121The first imports will be slightly slow, but after that the performance
2222should be similar to that of running QuTiP locally.
2323
24+ <div class =" alert alert-warning " role =" alert " >
2425Running QuTiP this way relies on a complex set of underlying layers of
25- software that are still maturing. You can read about some of the minor
26+ software that are still maturing. You can read about some of the
2627caveats and a description of how it was built below.
28+ </div >
2729
2830Contents:
2931
@@ -51,14 +53,13 @@ Currently installed packages include:
5153Most QuTiP features already work. These are the known limitations:
5254
5355 - A recent version of Firefox or Chrome is required.
54- - QobjEvo objects cannot currently be usefully compiled.
55- - Cython is not yet available .
56+ - Cython is not yet available so QobjEvo objects cannot currently
57+ be usefully compiled .
5658 - You can save notebooks but, they are <em >stored in your web browser's
5759 internal storage and might be lost if, for example, the browser cache
5860 is cleared. If you do create notebooks you'd like to keep, please
5961 use the download button to save them.</em >
6062 - Notebooks are slow to start, but performance is not too bad after that.
61- - Having to select the XPython kernel all the time is not ideal.
6263
6364Specific known issues are listed in [ try-qutip's GitHub issues] ( https://github.com/qutip/try-qutip/issues/ ) .
6465Further issues and bugs may be reported there.
@@ -101,10 +102,10 @@ that one needs a suitable compiler, in this case,
101102[ Emscripten] ( https://emscripten.org ) .
102103
103104Lastly, we need to compile QuTiP itself. The amazing team at
104- [ QuantStac ] ( https://quantstack.net/ ) are building
105+ [ QuantStack ] ( https://quantstack.net/ ) are building
105106[ emscripten-forge] ( https://beta.mamba.pm/channels/emscripten-forge/packages/?tab=packages )
106- which is like [ conda-forge] ( https://conda-forge.org/ ) but for building packages for
107- WebAssembly.
107+ which is like [ conda-forge] ( https://conda-forge.org/ ) but for building packages
108+ for WebAssembly.
108109
109110With the help of Wolf and Martin from QuantStack, we created a
110111[ QuTiP package on emscripten-forge] ( https://beta.mamba.pm/channels/emscripten-forge/packages/qutip ) .
0 commit comments