Skip to content

Commit

Permalink
Add dynamiqs
Browse files Browse the repository at this point in the history
Added dynamiqs, a library for the simulation of quantum systems in JAX. dynamiqs is based https://github.com/patrick-kidger/diffrax for everything related to ODE solving, and takes care of all the quantum-related stuff.
  • Loading branch information
gautierronan authored Apr 22, 2024
1 parent 9ba7b54 commit 07970ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,8 @@ This section contains libraries that are well-made and useful, but have not nece
- [QDax](https://github.com/adaptive-intelligent-robotics/QDax) - Quality Diversity optimization in Jax. <img src="https://img.shields.io/github/stars/adaptive-intelligent-robotics/QDax?style=social" align="center">
- [JAX Toolbox](https://github.com/NVIDIA/JAX-Toolbox) - Nightly CI and optimized examples for JAX on NVIDIA GPUs using libraries such as T5x, Paxml, and Transformer Engine. <img src="https://img.shields.io/github/stars/NVIDIA/JAX-Toolbox?style=social" align="center">
- [Pgx](http://github.com/sotetsuk/pgx) - Vectorized board game environments for RL with an AlphaZero example. <img src="https://img.shields.io/github/stars/sotetsuk/pgx?style=social" align="center">
<!--lint ignore double-link-->
- [XLB](https://github.com/Autodesk/XLB) - A Differentiable Massively Parallel Lattice Boltzmann Library in Python for Physics-Based Machine Learning. <img src="https://img.shields.io/github/stars/Autodesk/XLB?style=social" align="center">
<!--lint enable double-link-->
- [dynamiqs](https://github.com/dynamiqs/dynamiqs) - High-performance and differentiable simulations of quantum systems with JAX. <img src="https://img.shields.io/github/stars/dynamiqs/dynamiqs?style=social" align="center">

<a name="models-and-projects" />

Expand Down

0 comments on commit 07970ef

Please sign in to comment.