Skip to content

Commit

Permalink
Merge pull request #5 from lockwo/main
Browse files Browse the repository at this point in the history
Add coloring to readme
  • Loading branch information
Phionx authored Mar 5, 2024
2 parents 01c6090 + 0c0f921 commit 4adf928
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 @@ -27,7 +27,7 @@ For more details, please visit the getting started > installation section of our

Here's an example on how to use `bosonic-jax`:

```
```python
from bosonic_jax import BosonicRegister, GKPQubit, Qubit, BosonicCircuit, PhaseRotationGate, CDGate, execute
import jax.numpy as jnp

Expand All @@ -54,7 +54,7 @@ This package was initiall developed without JAX in the fall of 2021. Then, `boso

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 @@ -67,4 +67,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 4adf928

Please sign in to comment.