File tree
290 files changed
+977
-820
lines changed- katas/src
- library/src
- tests
- source
- allocator
- mimalloc-sys
- src
- src
- compiler
- qsc_ast/src
- qsc_circuit/src
- circuit_to_qsharp
- operations
- qsc_codegen/src
- qsharp
- qsc_doc_gen/src
- qsc_eval/src
- backend
- intrinsic
- state
- qsc_fir/src
- qsc_formatter/src
- bin
- formatter
- qsc_frontend/src
- compile
- preprocess
- tests
- incremental
- lower
- resolve
- typeck
- qsc_hir/src
- qsc_linter/src
- linter
- lints
- qsc_parse/src
- lex
- cooked
- raw
- prim
- qsc_partial_eval/src
- tests
- qsc_passes/src
- borrowck
- callable_limits
- capabilitiesck
- conjugate_invert
- entry_point
- index_assignment
- logic_sep
- loop_unification
- measurement
- replace_qubit_allocation
- reset
- spec_gen
- test_attribute
- qsc_project/src
- tests
- qsc_qasm
- benches
- src
- lex
- cooked
- raw
- parser
- expr
- semantic
- types
- stdlib
- tests
- declaration
- array
- io
- expression/binary
- sample_circuits
- statement
- qsc_rca/src
- tests
- qsc_rir/src
- passes
- unreachable_code_check
- qsc
- benches
- src
- bin
- interpret
- packages
- fuzz/fuzz_targets
- language_service/src
- code_lens
- completion
- tests
- definition
- hover
- references
- rename
- signature_help
- state
- noisy_simulator
- benches
- src
- instrument
- operation
- tests
- pip/src
- generic_estimator
- factory
- resource_estimator
- examples
- src
- counts
- estimates
- error_correction
- physical_estimation
- system
- data
- modeling
- fault_tolerance
- physical_qubit
- tfactory
- optimization
- distillation_units_map
- tfactory_exhaustive
- samples_test
- src
- tests
- wasm/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
290 files changed
+977
-820
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 | 8 |
| |
| 9 | + | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 |
| - | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 26 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
825 | 825 |
| |
826 | 826 |
| |
827 | 827 |
| |
828 |
| - | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
829 | 838 |
| |
830 | 839 |
| |
831 | 840 |
| |
832 | 841 |
| |
833 | 842 |
| |
834 | 843 |
| |
835 |
| - | |
| 844 | + | |
836 | 845 |
| |
837 |
| - | |
| 846 | + | |
838 | 847 |
| |
839 | 848 |
| |
840 |
| - | |
| 849 | + | |
841 | 850 |
| |
842 | 851 |
| |
843 | 852 |
| |
| |||
850 | 859 |
| |
851 | 860 |
| |
852 | 861 |
| |
853 |
| - | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
854 | 873 |
| |
855 |
| - | |
| 874 | + | |
856 | 875 |
| |
857 |
| - | |
858 | 876 |
| |
859 |
| - | |
| 877 | + | |
860 | 878 |
| |
861 | 879 |
| |
862 | 880 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Lines changed: 18 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
524 | 524 |
| |
525 | 525 |
| |
526 | 526 |
| |
527 |
| - | |
528 |
| - | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
529 | 531 |
| |
530 | 532 |
| |
531 | 533 |
| |
| |||
624 | 626 |
| |
625 | 627 |
| |
626 | 628 |
| |
627 |
| - | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
628 | 636 |
| |
629 | 637 |
| |
630 | 638 |
| |
631 |
| - | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
632 | 646 |
| |
633 | 647 |
| |
634 | 648 |
| |
|
Lines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
37 | 45 |
| |
38 | 46 |
| |
39 | 47 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
0 commit comments