Skip to content

Commit

Permalink
Prepare for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
MucTepDayH16 committed May 21, 2021
1 parent c31c9f8 commit b5d5da7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name = "qvnt"
version = "0.1.0"
authors = ["Denis Drozhzhin <[email protected]>"]
edition = "2018"
repository = "https://github.com/MucTepDayH16/qvnt.git"
repository = "https://github.com/MucTepDayH16/qvnt/"
readme = "README.md"
description = "Quantum Simulation"
description = "Advanced quantum computation simulator."
license = "MIT OR Apache-2.0"

[dependencies]
num = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let mut q_reg = QReg::new(10).alias_char('x');
// or with initial state, where 3 qubits are already in state |1>
// let q_reg = QReg::new(10).alias_char('x').init_state(0b0011100000);

// get register 'x', to interact with specified qubits
// get virtual register 'x', to interact with specified qubits
let x = q_reg.get_vreg_by_char('x').unwrap();

// create qft operation, acting on first 5 qubits in q_reg
Expand Down

0 comments on commit b5d5da7

Please sign in to comment.