We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dad181 commit df02442Copy full SHA for df02442
DEPRECATION.md
@@ -18,11 +18,9 @@ generally means users cannot write code that will work with two subsequent
18
versions of Qiskit, which is not acceptable.
19
20
Beware that users will often be using functions, classes and methods that we,
21
-the Qiskit developers, may consider internal or not widely used. Do not make
+the Qiskit developers, may consider unused. Do not make
22
assumptions that "this is buried, so nobody will be using it"; if it is public,
23
-it is subject to the policy. The only exceptions here are functions and modules
24
-that are explicitly internal, *i.e.* those whose names begin with a leading
25
-underscore (`_`).
+it is subject to the policy.
26
27
The guiding principles are:
28
0 commit comments