Skip to content

Commit

Permalink
Merge pull request #6 from lockwo/main
Browse files Browse the repository at this point in the history
Add coloring to readme
  • Loading branch information
Phionx committed Mar 5, 2024
2 parents bcec012 + df2c538 commit f68e031
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For more details, please visit the getting started > installation section of our

Here's an example of how to set up a simulation in jaxquantum.

```
```python
from jax import jit
import jaxquantum as jqt
import jax.numpy as jnp
Expand Down Expand Up @@ -73,7 +73,7 @@ This package was initially a small part of [`bosonic-jax`](https://github.com/EQ

Thank you for taking the time to try our package out. If you found it useful in your research, please cite us as follows:

```
```bibtex
@unpublished{jha2024jaxquantum,
title = {An auto differentiable and hardware accelerated software toolkit for quantum circuit design, simulation and control},
author = {Shantanu R. Jha, Shoumik Chowdhury, Max Hays, Jeff A. Grover, William D. Oliver},
Expand All @@ -86,4 +86,4 @@ Thank you for taking the time to try our package out. If you found it useful in

## Contributions & Contact

This package is open source and, as such, very open to contributions. Please don't hesitate to open an issue, report a bug, request a feature, or create a pull request. We are also open to deeper collaborations to create a tool that is more useful for everyone. If a discussion would be helpful, please email [shanjha@mit.edu](mailto:shanjha@mit.edu) to set up a meeting.
This package is open source and, as such, very open to contributions. Please don't hesitate to open an issue, report a bug, request a feature, or create a pull request. We are also open to deeper collaborations to create a tool that is more useful for everyone. If a discussion would be helpful, please email [shanjha@mit.edu](mailto:shanjha@mit.edu) to set up a meeting.

0 comments on commit f68e031

Please sign in to comment.