Skip to content

Commit aab5250

Browse files
authored
Update index.rst
1 parent 4853abb commit aab5250

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

index.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Advantages
2222

2323
1. PFCF Language is written 100% in python and allows to write in python. :raw-html:`<br />`
2424
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)
2626

2727

2828
Sofware (for developers)
@@ -460,13 +460,14 @@ The general sintaxis is simple:
460460
Always we must write in a new line after writting a changeability command.
461461

462462
####################################
463-
Writting IBM Qiskit code with Pyfoch
463+
Writting NQS code with Pyfoch
464464
####################################
465465

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)
467468

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 />`
470+
Pyfoch will recognize it like NQS commands.
470471

471472
<qiskit>
472473
:raw-html:`<br />`

0 commit comments

Comments
 (0)