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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,7 +261,7 @@ We use the [CHANGELOG.md](CHANGELOG.md) as a living document that not only recor
261
261
262
262
## Continuous Integration Checks
263
263
264
-
As previously discussed, tests are an inherent part of good code. All Pull Requests made to the repository are automatically tested on Windows, MacOS and Ubuntu with Python 3.6, 3.7, 3.8 and 3.9, which come up in the PR as `Checks`, notifying you whenever a particular check is failing on any platform. Except the `Code Complexity`, all checks should be passing for your PR to be ready for review/merge. The `Codecov` bot will also comment on the PR with a report on the change in the test coverage for that particular PR. If your PR reduces the overall test coverage of the codebase, it is not yet ready and you need to add more tests.
264
+
As previously discussed, tests are an inherent part of good code. All Pull Requests made to the repository are automatically tested on Windows, MacOS and Ubuntu with Python 3.7, 3.8 and 3.9, which come up in the PR as `Checks`, notifying you whenever a particular check is failing on any platform. Except the `Code Complexity`, all checks should be passing for your PR to be ready for review/merge. The `Codecov` bot will also comment on the PR with a report on the change in the test coverage for that particular PR. If your PR reduces the overall test coverage of the codebase, it is not yet ready and you need to add more tests.
[](https://github.com/q-optimize/c3/actions/workflows/build_package.yml)
[](https://pypi.python.org/pypi/c3-toolset/)
@@ -38,3 +39,20 @@ Examples are available in the `examples/` directory and can also be run online u
38
39
If you wish to contribute, please check out the issues tab and also the `CONTRIBUTING.md` for useful resources.
39
40
40
41
The source code is available on Github at [https://github.com/q-optimize/c3](https://github.com/q-optimize/c3).
42
+
43
+
## Citation
44
+
45
+
If you use `c3-toolset` in your research, please cite it as below:
46
+
47
+
```
48
+
@article{Wittler2021,
49
+
title={Integrated Tool Set for Control, Calibration, and Characterization of Quantum Devices Applied to Superconducting Qubits},
50
+
volume={15},
51
+
DOI={10.1103/physrevapplied.15.034080},
52
+
number={3},
53
+
journal={Physical Review Applied},
54
+
author={Wittler, Nicolas and Roy, Federico and Pack, Kevin and Werninghaus, Max and Saha Roy, Anurag and Egger, Daniel J. and Filipp, Stefan and Wilhelm, Frank K. and Machnes, Shai},
0 commit comments