blackbird
QuTiP
blackbird | QuTiP | |
---|---|---|
1 | 8 | |
75 | 1,807 | |
- | 1.4% | |
0.0 | 9.8 | |
over 2 years ago | 8 days ago | |
C++ | Python | |
Apache License 2.0 | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
blackbird
QuTiP
-
List of free Quantum Toolkits
QuTiP: https://qutip.org/
-
Show HN: Dynamiqs – high-performance quantum systems simulation with Jax
Hello HN
We’re excited to present Dynamiqs, a Python library for simulating quantum systems. It is developed by PhD students in Paris working for Alice&Bob, a quantum computers start-up (https://alice-bob.com). Dynamiqs focuses on physical-level simulation (Schrödinger equation, Lindblad master equation, etc.) rather than quantum circuit simulation. You can think of it as a GPU-accelerated alternative to QuTiP (https://qutip.org).
Key Features:
- Single Photon Source Simulation in Qiskit?
- Qutip: Simulate Quantum Systems in Python
-
Which programming language is best to simulate a quantum computer?
I think Python would be a more mainstream choice and so you'll find modules like qiskit or [qutip(https://qutip.org/) already exist and will make life easier.
-
How much would I benefit if I started working on my coding skills before uni?
If you want to be a bit more physics-focused in your coding, it might help to dig up a course or textbook on numerical methods in physics. Being able to numerically solve differential equations is probably the most generally applicable skill in physics. Machine learning methods are pretty ''hot right now'' and might be fun to have a look into. And for quantum technology in particular, you might enjoy having a look at some python packages like Kwant for quantum transport, QuTiP for quantum dynamics and Qiskit for quantum computing. You won't understand the physics for this for quite some time, they might help serve as a bit of inspiration and an indication as to what physicists can use programming for.
- QuTiP (Quantum Toolbox in Python) open-source internship (deadline: 17th Apr 2022) with Google Summer of Code
-
Would it be bad to simulate a time-dependent Hamiltonian by evaluating it at discrete t_i and implementing H(t_i) for however many t_i I want?
If you're talking about simulating a hamiltonian on a regular computer then you may want to check out Qutip. It's a python module where a lot of this stuff has already been worked out, including simulating time dependent hamiltonians. I did an undergrad project on QC and this helped me get past a lot of the roadblocks like this and freed up more time to learn about the field, it also becomes a useful toy to play around with and get an intuition for a lot of stuff.
What are some alternatives?
awesome-quantum-software - Curated list of open-source quantum software projects.
SimPy
polarization - A group for computer scientists and physicists with aspirations of becoming quantum scientists. Quantum computing, jobs, books and graduate school are amongst the topics covered.
Colour - Colour Science for Python
Quantum-Computing-Guide - Quantum Computing Guide
ObsPy - ObsPy: A Python Toolbox for seismology/seismological observatories.