You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.rst
+6-5
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Advantages
22
22
23
23
1. PFCF Language is written 100% in python and allows to write in python. :raw-html:`<br />`
24
24
2. Then, PFCF can improve it itselft. That allows PFCF to get new special commands everyday. :raw-html:`<br />`
25
-
3. PFCF have special eigen commands that simplify the development of code with IBM Qiskit.
25
+
3. PFCF have special eigen commands (NQS scripts) that simplify the development of code with IBM Qiskit. This scripts are currently deprecated. [Learn more about NQS here.](https://nqs.rtfd.io)
26
26
27
27
28
28
Sofware (for developers)
@@ -460,13 +460,14 @@ The general sintaxis is simple:
460
460
Always we must write in a new line after writting a changeability command.
461
461
462
462
####################################
463
-
Writting IBM Qiskit code with Pyfoch
463
+
Writting NQS code with Pyfoch
464
464
####################################
465
465
466
-
PFCF have special eigen commands that simplify the development of code with IBM Qiskit.
466
+
PFCF suports Natural Quantum Script code, language that simplifies the quantum code development. :raw-html:`<br />`
467
+
This scripts are currently deprecated. [Learn more about NQS here](https://nqs.rtfd.io)
467
468
468
-
Write the text between the labels "<qiskit>" and "</qiskit>". :raw-html:`<br />`
469
-
Pyfoch will recognize it like Pyfoch IBM Qiskit special commands.
469
+
NQS is first-based in IBM qiskit. Write the text between the labels "<qiskit>" and "</qiskit>". :raw-html:`<br />`
0 commit comments