Questions tagged [qutip]

QuTiP stands for Quantum Toolbox in Python. It basically aims to be one-stop shop to carry out any quantum mechanics based calculations in python.

From qutip.org

QuTiP is open-source software for simulating the dynamics of open quantum systems. The QuTiP library depends on the excellent Numpy, Scipy, and Cython numerical packages. In addition, graphical output is provided by Matplotlib. QuTiP aims to provide user-friendly and efficient numerical simulations of a wide variety of Hamiltonians, including those with arbitrary time-dependence, commonly found in a wide range of physics applications such as quantum optics, trapped ions, superconducting circuits, and quantum nanomechanical resonators. QuTiP is freely available for use and/or modification on all major platforms such as Linux, Mac OSX, and Windows*. Being free of any licensing fees, QuTiP is ideal for exploring quantum mechanics and dynamics in the classroom.

63 questions
-2
votes
1 answer

Qutip: TypeError: 'Result' object does not support indexing

I want to fix this code. Everything is fine but when i am trying to run this code it is showing some error as TypeError: 'Result' object does not support indexing, I don't know why this problem is coming. If somebody can resolve this is most…
vini
  • 9
  • 3
-2
votes
1 answer

IndexError for scientific Python code

I have been working on some code that does integration, some manipulation, and then more integration. Here is the code (thanks @JRichardSnape!). Basically this code solves a matrix equation, which is what mesolve does. It takes in a Hamiltonian (a…
TanMath
  • 598
  • 1
  • 9
  • 27
-3
votes
1 answer

Why my code in not working for loops and if conditions?

I am trying to run this code in qutip. But its not showing any result. However there is not showing any error. All codes are correct and not showing any error. But don't know why the program is not execute. If anybody can resolve this problem is…
vini
  • 9
  • 3
1 2 3 4
5