Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dwuggh
surfcode-rs
Commits
eeaaf0c2
Unverified
Commit
eeaaf0c2
authored
Jul 13, 2021
by
dwuggh
Browse files
fix arg's bug
parent
c510bce6
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/surfcode-rs
View file @
eeaaf0c2
No preview for this file type
src/main.rs
View file @
eeaaf0c2
...
@@ -30,7 +30,8 @@ fn main() {
...
@@ -30,7 +30,8 @@ fn main() {
.arg
(
.arg
(
Arg
::
new
(
"p1"
)
Arg
::
new
(
"p1"
)
.about
(
"error probs of time evolution error"
)
.about
(
"error probs of time evolution error"
)
.short
(
'p'
),
.short
(
'p'
)
.default_value
(
"0.01"
),
)
)
.arg
(
.arg
(
Arg
::
new
(
"repeat"
)
Arg
::
new
(
"repeat"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment