Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
readme badge table
  • Loading branch information
andgoldschmidt committed Feb 2, 2025
commit b79bc15fb2468dde64ab3bda710038f77eb8f4f7
86 changes: 49 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,57 @@
<!--```@raw html-->
<div align="center">

<a href="https://github.com/kestrelquantum/Piccolo.jl">
<img src="assets/logo.svg" alt="Piccolo.jl" width="25%"/>
</a>

<div style="display: table; width: 100%;">
<div style="display: table-row;">
<div style="display: table-cell; text-align: center;"><b>Documentation</b></div>
<div style="display: table-cell; text-align: center;"><b>Build Status</b></div>
<div style="display: table-cell; text-align: center;"><b>Support</b></div>
</div>
<div style="display: table-row;">
<div style="display: table-cell; text-align: center;">
<a href="https://kestrelquantum.github.io/QuantumCollocation.jl/stable/">
<img src="https://img.shields.io/badge/docs-stable-blue.svg" alt="Stable"/>
</a>
<a href="https://arxiv.org/abs/2305.03261">
<img src="https://img.shields.io/badge/arXiv-2305.03261-b31b1b.svg" alt="arXiv"/>
</a>
</div>
<div style="display: table-cell; text-align: center;">
<a href="https://github.com/kestrelquantum/QuantumCollocation.jl/actions/workflows/CI.yml?query=branch%3Amain">
<img src="https://github.com/kestrelquantum/QuantumCollocation.jl/actions/workflows/CI.yml/badge.svg?branch=main" alt="Build Status"/>
</a>
<a href="https://codecov.io/gh/kestrelquantum/QuantumCollocation.jl">
<img src="https://codecov.io/gh/kestrelquantum/QuantumCollocation.jl/branch/main/graph/badge.svg" alt="Coverage"/>
</a>
</div>
<div style="display: table-cell; text-align: center;">
<a href="https://unitary.fund">
<img src="https://img.shields.io/badge/Supported%20By-Unitary%20Fund-FFFF00.svg" alt="Unitary Fund"/>
</a>
</div>
</div>
<a href="https://github.com/kestrelquantum/Piccolo.jl">
<img src="assets/logo.svg" alt="Piccolo.jl" width="25%"/>
</a>
</div>

<br>
<i> Quickly set up and solve problem templates for quantum optimal control</i>
<br>
<div align="center">
<table>
<tr>
<td align="center">
<b>Documentation</b>
<br>
<a href="https://kestrelquantum.github.io/QuantumCollocation.jl/stable/">
<img src="https://img.shields.io/badge/docs-stable-blue.svg" alt="Stable"/>
</a>
<a href="https://kestrelquantum.github.io/QuantumCollocation.jl/dev/">
<img src="https://img.shields.io/badge/docs-dev-blue.svg" alt="Dev"/>
</a>
<a href="https://arxiv.org/abs/2305.03261">
<img src="https://img.shields.io/badge/arXiv-2305.03261-b31b1b.svg" alt="arXiv"/>
</a>
</td>
<td align="center">
<b>Build Status</b>
<br>
<a href="https://github.com/kestrelquantum/QuantumCollocation.jl/actions/workflows/CI.yml?query=branch%3Amain">
<img src="https://github.com/kestrelquantum/QuantumCollocation.jl/actions/workflows/CI.yml/badge.svg?branch=main" alt="Build Status"/>
</a>
<a href="https://codecov.io/gh/kestrelquantum/QuantumCollocation.jl">
<img src="https://codecov.io/gh/kestrelquantum/QuantumCollocation.jl/branch/main/graph/badge.svg" alt="Coverage"/>
</a>
</td>
<td align="center">
<b>License</b>
<br>
<a href="https://opensource.org/licenses/MIT">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="MIT License"/>
</a>
</td>
<td align="center">
<b>Support</b>
<br>
<a href="https://unitary.fund">
<img src="https://img.shields.io/badge/Supported%20By-Unitary%20Fund-FFFF00.svg" alt="Unitary Fund"/>
</a>
</td>
</tr>
</table>
</div>

<div align="center">
<i> Quickly set up and solve problem templates for quantum optimal control</i>
<br>
</div>
<!--```-->

Expand Down
Loading