You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- BEWARE that a bug in Doxygen v1.13.2 (github.com/doxygen/doxygen/issues/11515)
161
+
means we cannot immediately follow a non-breaking space (inserted below after
162
+
each emoji to effect spacing) with markdown syntax like **. Instead, we insert
163
+
one final regular/non-breaking space before ** which isn't rendered, and which
164
+
works around the bug -->
165
+
149
166
QuEST supports:
150
-
- :ballot_box_with_check: **density matrices** for precise simulation of noisy quantum computers
151
-
- :ballot_box_with_check: **general unitaries** with any number of control, control-states, and target qubits
152
-
- :ballot_box_with_check: **general decoherence channels** of any dimension
153
-
- :ballot_box_with_check: **general observables** in the Pauli or diagonal-Z bases
154
-
- :ballot_box_with_check: **many *many* operators**, including Pauli gadgets, trotterised time evolutions, and projectors
155
-
- :ballot_box_with_check: **many tools to analyse** quantum states, such as calculations of probability, fidelity, expectation value, distances and partial traces
156
-
- :ballot_box_with_check: **variable precision** through `qreal` and `qcomp` numerical types which can use single, double or quad precision
157
-
- :ballot_box_with_check: **direct access to amplitudes** for rapid custom modification of the quantum state
158
-
- :ballot_box_with_check: **native compilation** on MacOS, Linux and Windows, through Clang, GNU, Intel, and MSVC compilers
159
-
- :ballot_box_with_check: **hybridisation** of multithreading, GPU-acceleration, distribution and GPU-distribution
160
-
- :ballot_box_with_check: **optimisation** using NVLink'd GPUs, cuQuantum, and CUDA-aware MPI
161
-
- :ballot_box_with_check: **automatic deployment** of a `Qureg` to the optimal hardware at runtime
162
-
- :ballot_box_with_check: **hardware probing** to determine how many qubits can be simulated at runtime
163
-
- :ballot_box_with_check: **bespoke algorithms** to optimally simulate a wide variety of esoteric operations
167
+
- ☑️ **density matrices** for precise simulation of noisy quantum computers
168
+
- ☑️ **general unitaries** with any number of control, control-states, and target qubits
169
+
- ☑️ **general decoherence channels** of any dimension
170
+
- ☑️ **general observables** in the Pauli or diagonal-Z bases
171
+
- ☑️ **many *many* operators**, including Pauli gadgets, trotterised time evolutions, and projectors
172
+
- ☑️ **many tools to analyse** quantum states, such as calculations of probability, fidelity, expectation value, distances and partial traces
173
+
- ☑️ **variable precision** through `qreal` and `qcomp` numerical types which can use single, double or quad precision
174
+
- ☑️ **direct access to amplitudes** for rapid custom modification of the quantum state
175
+
- ☑️ **native compilation** on MacOS, Linux and Windows, through Clang, GNU, Intel, and MSVC compilers
176
+
- ☑️ **hybridisation** of multithreading, GPU-acceleration, distribution and GPU-distribution
177
+
- ☑️ **optimisation** using NVLink'd GPUs, cuQuantum, and CUDA-aware MPI
178
+
- ☑️ **automatic deployment** of a `Qureg` to the optimal hardware at runtime
179
+
- ☑️ **hardware probing** to determine how many qubits can be simulated at runtime
180
+
- ☑️ **bespoke algorithms** to optimally simulate a wide variety of esoteric operations
164
181
165
182
---------------------------------
166
183
167
-
## :book: Documentation
184
+
## 📖 Documentation
168
185
169
186
> [!IMPORTANT]
170
187
> QuEST v4's documentation is still under construction!
@@ -229,7 +246,7 @@ Contributers to QuEST should also check out the:
229
246
230
247
---------------------------------
231
248
232
-
## :rocket: Getting started
249
+
## 🚀 Getting started
233
250
234
251
To rocket right in, download QuEST with [git](https://git-scm.com/) at the terminal
235
252
```bash
@@ -256,7 +273,7 @@ See the [docs](docs/) for enabling acceleration and running the unit tests.
256
273
257
274
---------------------------------
258
275
259
-
## :heart: Acknowledgements
276
+
## ❤ Acknowledgements
260
277
261
278
We sincerely thank the following external contributors to QuEST.
262
279
@@ -275,7 +292,7 @@ We sincerely thank the following external contributors to QuEST.
a Mathematica package enabling symbolic circuit manipulation, analytic simulation, visualisation and high performance simulation with remote accelerated hardware.
0 commit comments