|
1 | 1 | # eggdriver |
2 | 2 |
|
3 | | -Your proyect trusted driver. |
4 | | - |
5 | | -## NQS inside |
6 | | - |
7 | | -### NQS: Natural Quantum Script. A special domain programming language that aims to simplify the first contact with quantum computing |
8 | | - |
9 | | -Natural Quantum Script is a special domain programming language that aims to simplify the first contact with quantum computing for people who have prior knowledge in quantum circuits, but not in quantum software development. |
10 | | - |
11 | | -Scripts written in NQS seek to visually resemble quantum circuits as much as possible. For example: |
12 | | - |
13 | | -q0 q1<br> |
14 | | -X<br> |
15 | | -H<br> |
16 | | -.--- X<br> |
17 | | -c1<br> |
| 3 | + _ _ |
| 4 | + | | (_) |
| 5 | + \___ __ _ __ _ \__| |_ __ ___ _____ _ __ |
| 6 | + / _ \/ _\` |/ _\` |/ _` | '\__| \ \ / / _ \ '__| |
| 7 | +| __/ (_| | (_| | (_| | | | |\ V / __/ | |
| 8 | + \___|\__, |\__, |\__,_|_| |_| \_/ \___|_| |
| 9 | + __/ | __/ | |
| 10 | + |___/ |___/ |
18 | 11 |
|
19 | | -NQS is initially based on Qiskit, but seeks to go mainstream in the future. This is an OS project whose initial goal was to make it easier to write basic scripts in Qiskit and to bridge the gap for people who don't dare to delve into quantum computing. |
20 | | - |
21 | | -## News |
22 | | - |
23 | | -### PythonForChange Announce New SDL: Natural Quantum Script |
| 12 | +Your proyect trusted driver. |
24 | 13 |
|
25 | | -#### 06/23/2021 Santiago, Chile |
| 14 | +## Quick start |
26 | 15 |
|
27 | | -**Tags: [quantum-programming-language](https://github.com/topics/quantum-programming-language)** |
| 16 | +### 1. Install eggdriver |
28 | 17 |
|
29 | | -NQS (Natural Quantum Script) is a speciall domain programming language. It is focused on quantum devices scripting. |
30 | | -The launching date will be announced soon. |
| 18 | + pip install eggdriver |
31 | 19 |
|
32 | | -File extension: .nqa (Natural Quantum Application) |
| 20 | +### 2. Create the file **eggconfig.py**and wite in it the following lines: |
33 | 21 |
|
34 | | -### First Natural Quantum Script pre-releases |
| 22 | + username, password = "{your user}", "{your password}"<br><br> |
| 23 | + pypi = {<br> |
| 24 | + "user" : "{your PyPI user or "\__token__"}",<br> |
| 25 | + "password" : "{your PyPI password or token}"<br> |
| 26 | + } |
35 | 27 |
|
36 | | -#### 06/27/2021 Santiago, Chile |
| 28 | +## NQS inside |
37 | 29 |
|
38 | | -**Tags: [quantum-programming-language](https://github.com/topics/quantum-programming-language)** |
| 30 | +### NQS: Natural Quantum Script. A special domain programming language that aims to simplify the first contact with quantum computing |
39 | 31 |
|
40 | | -More information about pre-releases [here](https://github.com/eanorambuena/NQS) |
| 32 | +Natural Quantum Script is a special domain programming language that aims to simplify the first contact with quantum computing for people who have prior knowledge in quantum circuits, but not in quantum software development. |
41 | 33 |
|
42 | | -### PythonForChange Announce eggdriver |
| 34 | +Scripts written in NQS seek to visually resemble quantum circuits as much as possible. For example: |
43 | 35 |
|
44 | | -#### 08/06/2021 Santiago, Chile |
| 36 | + q0 q1<br> |
| 37 | + X<br> |
| 38 | + H<br> |
| 39 | + .--- X<br> |
| 40 | + c1<br> |
45 | 41 |
|
46 | | -**Tags: [kit](https://github.com/topics/kit)** |
| 42 | +NQS is initially based on Qiskit, but seeks to go mainstream in the future. This is an OS project whose initial goal was to make it easier to write basic scripts in Qiskit and to bridge the gap for people who don't dare to delve into quantum computing. |
0 commit comments