-
Notifications
You must be signed in to change notification settings - Fork 1
/
CITATION.cff
28 lines (27 loc) · 1.41 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: surface-sim
message: >-
A Python package implementing a stim wrapper that helps with error model (namely implementing circuit-level noise models) and constructing QEC code circuits.
type: software
authors:
- given-names: Marc
family-names: Serra-Peralta
email: M.SerraPeralta@tudelft.nl
affiliation: 'QuTech, Delft University of Technology'
orcid: 'https://orcid.org/0000-0002-8000-8701'
- given-names: Boris Mihailov
family-names: Varbanov
email: b.m.varbanov@tudelft.nl
affiliation: "QuTech, Delft University of Technology"
orcid: "https://orcid.org/0000-0001-7124-8933"
repository-code: "https://github.com/BorisVarbanov/surface-sim"
abstract: >-
Stim is a high-performance stabilizer simulator that is especially tailored to simulating quantum error correction (QEC) experiments. This package is a wrapper around Stim that aims to help the construction of QEC-code circuits easier. The package implements model classes that help with inserting ciruit-level noise models. It uses a code layout that helps with qubit labeling, indexing and connectivity. Finally, there are a number of circuits for the rotated surface code that are implemented in the package.
keywords:
- quantum
- quantum-computing
- quantum-error-correction
- surface-code
license: MIT