Luca Innocenti

Results 8 comments of Luca Innocenti

thanks for the comment @tacaswell. What do you mean exactly by "splitting evething (...) into a second cell"?

I also experienced problems with `fidelity`. Consider the following MWE: ``` import qutip import numpy as np final = np.asarray([0.867314655330313 - 0.4576338188944636j, 0.17267952805615244 - 0.09111291375544905j, 0.013020232894921149 -0.006875138252288391j]) final_state = qutip.Qobj(final)...

I think the ideal rate really depends on the case, so what I was talking about was a way to change it from case to case. I understand what you...

Had the same problem, and fixed it modifying the `envmanager.py` file in the directory pointed out by jyepesr1. Should a pull request be done to fix this?

This seems to be due to a different class used in the html exported version. Taking for example the `numpy` word above, the style used in the notebook is `cm-keyword`,...

thanks a lot for the prompt reply and fix (and for developing and maintaining the project itself!). As another minor comment, if I may: the documentation suggests to install `papis`...

the instructions on [`papis-zotero`](https://github.com/papis/papis-zotero) seem to be still outdated. Running `papis zotero import --from-sql path/to/zotero.sqlite` throws an `AttributeError`: ``` Traceback (most recent call last): File "/home/aa/miniconda3/bin/papis-zotero", line 8, in sys.exit(main())...