Shahnawaz Ahmed
Shahnawaz Ahmed
I suppose this was not the original intention of the package - to support plotting inside a notebook. But if I do this in a Jupyter notebook, I cannot see...
**Context:** The qchem module supports only autograd right now. This PR is a prototype of the same using Jax. Since autograd is no longer in active development, it could be...
The TOFFOLI gate is universal and at times a user may wish to keep the Hadamard gate (SNOT) along with CNOT to implement certain algorithms. For example the [ICM algorithm](https://raw.githubusercontent.com/sahmed95/notebooks/aff1d6c748fd3e4b50f29eba05f99f665c4caf2e/qutip_icm/icm_algo.png)...
Matrix exponentiation is a costly operation. See [1][Nineteen Dubious Ways to Compute the Exponential of a Matrix, Twenty-Five Years Later∗](https://www.cs.cornell.edu/cv/ResearchPDF/19ways%2B.pdf). In a quantum optics, the displacement operator is one of...
I am trying to compute VJPs of the expectation value using a variational state. After an initial discussion with @PhilipVinc we decided to write it down as an issue to...
An minimal implementation of the code refactored from the repository [Hyperplane Intersection Projection](https://github.com/Hannoskaj/Hyperplane_Intersection_Projection) commited by Jonas Kahn for the paper [arXiv:2107.01060](https://arxiv.org/abs/2107.01060). The original code is by @Hannoskaj (https://github.com/Hannoskaj) The paper...
This is an intial attempt to add a `skeleton` command in conda-smithy along the lines of `conda skeleton pypy pyinstrument` which generates the .yaml files for builds. This is one...
Hi @BoxiLi I am starting to build new devices and noticed that we have a slightly split file/directory structure for the pulse-level simulation code that could be more modular/compact. In...
Since we are branching out and making `qutip_qip` a separate library, it might be beneficial to have something like `qutip.about` for qip. The about() function could list out the QuTiP...
Added a simple discrete MCMC method that can work with any energy function. A new proposal now flips multiple spins that can vary (from flipping no spins to all of...