Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
qbox
qbox-public
Commits
8d051ce4
Commit
8d051ce4
authored
7 years ago
by
Francois Gygi
Browse files
Options
Download
Email Patches
Plain Diff
Added -range option to cell.plt and econste_cmp.plt
parent
f030ffc0
master
rel1_78_4
rel1_78_3
rel1_78_2
rel1_78_1
rel1_78_0
rel1_77_0
rel1_76_4
rel1_76_3
rel1_76_2
rel1_76_1
rel1_76_0
rel1_75_1
rel1_75_0
rel1_74_4
rel1_74_3
rel1_74_2
rel1_74_1
rel1_74_0
rel1_73_5
rel1_73_4
rel1_73_3
rel1_73_2
rel1_73_1
rel1_72_3
rel1_72_2
rel1_72_1
rel1_72_0
rel1_71_5
rel1_71_4
rel1_71_3
rel1_71_2
rel1_71_1
rel1_71_0
rel1_70_0
rel1_69_1
rel1_69_0
rel1_68_4
rel1_68_3
rel1_68_2
rel1_68_1
rel1_68_0
rel1_67_4
rel1_67_3
rel1_67_2
rel1_67_1
rel1_67_0
rel1_66_3
rel1_66_2
rel1_66_1
rel1_66_0
rel1_65_1
rel1_65_0
rel1_64_0
rel1_63_11
rel1_63_10
rel1_63_9
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
util/cell.plt
+7
-1
util/cell.plt
util/econste_cmp.plt
+6
-1
util/econste_cmp.plt
with
13 additions
and
2 deletions
+13
-2
util/cell.plt
+
7
-
1
View file @
8d051ce4
#!/bin/bash
# cell.plt: plot cell parameters during an MD simulation
if
[
$1
==
"-range"
]
then
range
=
$2
shift
2
fi
gnuplot
-persist
<<
EOF
plot "<grep -h -A3 '<unit_cell'
$*
| grep a=" u 2 w l,
\
plot
$range
"<grep -h -A3 '<unit_cell'
$*
| grep a=" u 2 w l,
\
"<grep -h -A3 '<unit_cell'
$*
| grep a=" u 3 w l,
\
"<grep -h -A3 '<unit_cell'
$*
| grep a=" u 4 w l,
\
"<grep -h -A3 '<unit_cell'
$*
| grep b=" u 2 w l,
\
...
...
This diff is collapsed.
Click to expand it.
util/econste_cmp.plt
+
6
-
1
View file @
8d051ce4
#!/bin/bash
# econste_cmp.plt: compare <econst> and <etotal> in two MD simulations
# use: econste_cmp.plt mdrun1.r mdrun2.r
if
[
$1
==
"-range"
]
then
range
=
$2
shift
2
fi
gnuplot
-persist
<<
EOF
p "<grep -h econst
$1
" u 2 w l, "<grep -h '<etotal>'
$1
" u 2 w l,
\
p
$range
"<grep -h econst
$1
" u 2 w l, "<grep -h '<etotal>'
$1
" u 2 w l,
\
"<grep -h econst
$2
" u 2 w l, "<grep -h '<etotal>'
$2
" u 2 w l
EOF
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets