Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
valbert4 committed Apr 29, 2024
1 parent 029d00e commit 9cd2289
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion codelists/features/classical/list_classical_with_rate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ codes:
# all quantum codes that have a 'rate' field:
- property_set: features.rate
domain: classical_domain
descendant_of: ecc
# descendant_of: ecc

# Each list element of the 'codes:' list specifies a set of codes. The set of
# codes consists of the codes that satisfy all the given conditions
Expand Down
10 changes: 5 additions & 5 deletions codelists/features/classical/list_decoders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ codes:
select:
# all quantum codes that have a 'rate' field:
- property_set: features.decoders
#domain: quantum_domain
descendant_of: oaecc
- property_set: features.decoders
#domain: quantum_domain
descendant_of: eacq
domain: classical_domain
# descendant_of: oaecc
# - property_set: features.decoders
# #domain: quantum_domain
# descendant_of: eacq

# Each list element of the 'codes:' list specifies a set of codes. The set of
# codes consists of the codes that satisfy all the given conditions
Expand Down
2 changes: 1 addition & 1 deletion codelists/features/classical/list_realizations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ codes:
select:
# all quantum codes that have a 'rate' field:
- property_set: realizations
domain: quantum_domain
domain: classical_domain
# descendant_of: qecc

# Each list element of the 'codes:' list specifies a set of codes. The set of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ codes:
# all quantum codes that have a 'rate' field:
- property_set: features.rate
domain: quantum_domain
descendant_of: oaecc
# descendant_of: oaecc

# Each list element of the 'codes:' list specifies a set of codes. The set of
# codes consists of the codes that satisfy all the given conditions
Expand Down

0 comments on commit 9cd2289

Please sign in to comment.