microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
8a151f109cece83aeea78e74d62cd6f25e7996a3

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

library/chemistry/qsharp.json

60lines · modecode

1{
2 "lints": [
3 {
4 "lint": "deprecatedNewtype",
5 "level": "error"
6 },
7 {
8 "lint": "deprecatedFunctionConstructor",
9 "level": "error"
10 },
11 {
12 "lint": "deprecatedWithOperator",
13 "level": "error"
14 },
15 {
16 "lint": "deprecatedDoubleColonOperator",
17 "level": "error"
18 },
19 {
20 "lint": "deprecatedSet",
21 "level": "error"
22 },
23 {
24 "lint": "needlessParens",
25 "level": "error"
26 },
27 {
28 "lint": "doubleEquality",
29 "level": "error"
30 },
31 {
32 "lint": "redundantSemicolons",
33 "level": "error"
34 },
35 {
36 "lint": "discourageChainAssignment",
37 "level": "error"
38 },
39 {
40 "lint": "needlessOperation",
41 "level": "error"
42 }
43 ],
44 "files": [
45 "src/Generators.qs",
46 "src/MixedStatePreparation.qs",
47 "src/Tests.qs",
48 "src/Trotterization.qs",
49 "src/Utils.qs",
50 "src/JordanWigner/Oracles.qs",
51 "src/JordanWigner/VQE.qs",
52 "src/JordanWigner/Data.qs",
53 "src/JordanWigner/BlockEncoding.qs",
54 "src/JordanWigner/ClusterOperatorEvolutionSet.qs",
55 "src/JordanWigner/EvolutionSet.qs",
56 "src/JordanWigner/OptimizedBlockEncoding.qs",
57 "src/JordanWigner/OptimizedBEOperator.qs",
58 "src/JordanWigner/StatePreparation.qs"
59 ]
60}
61