@@ -56,9 +56,9 @@ vol. 574](https://www.nature.com/articles/s41586-019-1666-5), 2019).
5656### C++ usage
5757
5858The code is basically designed as a library. The user can modify sample
59- applications in [ apps] ( https://github.com/quantumlib/qsim/tree/master /apps )
59+ applications in [ apps] ( https://github.com/quantumlib/qsim/tree/main /apps )
6060to meet their own needs. The usage of sample applications is described in the
61- [ docs] ( https://github.com/quantumlib/qsim/blob/master /docs/usage.md ) .
61+ [ docs] ( https://github.com/quantumlib/qsim/blob/main /docs/usage.md ) .
6262
6363### Python usage
6464
@@ -78,7 +78,7 @@ conda install -c conda-forge qsimcirq
7878```
7979
8080_ Note_ : The core qsim library (located in the source repository under the
81- [ ` lib/ ` ] ( https://github.com/quantumlib/qsim/blob/master /lib ) subdirectory) can
81+ [ ` lib/ ` ] ( https://github.com/quantumlib/qsim/blob/main /lib ) subdirectory) can
8282be included directly in C++ programs without installing the Python interface.
8383
8484### Cirq usage
@@ -87,31 +87,31 @@ be included directly in C++ programs without installing the Python interface.
8787invoking Noisy Intermediate-Scale Quantum (NISQ) circuits. Cirq can use qsim
8888as its simulation library. To get started with simulating Cirq circuits using
8989qsim, please refer to the
90- [ tutorial] ( https://github.com/quantumlib/qsim/blob/master /docs/tutorials/qsimcirq.ipynb ) .
90+ [ tutorial] ( https://github.com/quantumlib/qsim/blob/main /docs/tutorials/qsimcirq.ipynb ) .
9191
9292More detailed information about the qsim-Cirq API can be found in the
93- [ docs] ( https://github.com/quantumlib/qsim/blob/master /docs/cirq_interface.md ) .
93+ [ docs] ( https://github.com/quantumlib/qsim/blob/main /docs/cirq_interface.md ) .
9494
9595### Input format
9696
9797> [ !WARNING]
9898> This format is deprecated, and no longer actively maintained.
9999
100100The circuit input format is described in the
101- [ docs] ( https://github.com/quantumlib/qsim/blob/master /docs/input_format.md ) .
101+ [ docs] ( https://github.com/quantumlib/qsim/blob/main /docs/input_format.md ) .
102102
103103### Sample circuits
104104
105105A number of sample circuits are provided in
106- [ circuits] ( https://github.com/quantumlib/qsim/tree/master /circuits ) .
106+ [ circuits] ( https://github.com/quantumlib/qsim/tree/main /circuits ) .
107107
108108### Unit tests
109109
110110Unit tests for C++ libraries use the
111111[ GoogleTest] ( https://github.com/google/googletest ) framework, and are located in
112- [ tests] ( https://github.com/quantumlib/qsim/tree/master /tests ) . Python tests use
112+ [ tests] ( https://github.com/quantumlib/qsim/tree/main /tests ) . Python tests use
113113[ pytest] ( https://docs.pytest.org/en/stable/ ) , and are located in
114- [ qsimcirq_tests] ( https://github.com/quantumlib/qsim/tree/master /qsimcirq_tests ) .
114+ [ qsimcirq_tests] ( https://github.com/quantumlib/qsim/tree/main /qsimcirq_tests ) .
115115
116116To build and run all tests, run:
117117
0 commit comments