Skip to content

Commit 2de26e6

Browse files
committed
Improve README
1 parent c68b984 commit 2de26e6

File tree

1 file changed

+28
-32
lines changed

1 file changed

+28
-32
lines changed

README.md

Lines changed: 28 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,42 @@
11
# eggdriver
22

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+
|___/ |___/
1811

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.
2413

25-
#### 06/23/2021 Santiago, Chile
14+
## Quick start
2615

27-
**Tags: [quantum-programming-language](https://github.com/topics/quantum-programming-language)**
16+
### 1. Install eggdriver
2817

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
3119

32-
File extension: .nqa (Natural Quantum Application)
20+
### 2. Create the file **eggconfig.py**and wite in it the following lines:
3321

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+
}
3527

36-
#### 06/27/2021 Santiago, Chile
28+
## NQS inside
3729

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
3931

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.
4133

42-
### PythonForChange Announce eggdriver
34+
Scripts written in NQS seek to visually resemble quantum circuits as much as possible. For example:
4335

44-
#### 08/06/2021 Santiago, Chile
36+
q0 q1<br>
37+
X<br>
38+
H<br>
39+
.--- X<br>
40+
c1<br>
4541

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

Comments
 (0)