ICAMM Rennes 2016 HOWTO: Difference between revisions
| No edit summary | Vaspmaster (talk | contribs)  No edit summary | ||
| (13 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| Here is a brief tutorial on how to run a calculation and how to run post- | Here is a brief tutorial on how to run a calculation and how to run post-treatment tools during the VASP training school in Rennes. | ||
| * '''First thing to do''': | |||
| * VASP calculations:   | <ol> | ||
| :<li>launch terminal:</li> | |||
| :go to '''openSUSE''' booklet (down left of the screen), select '''Système''' and choose '''Terminal''' | |||
| :<li>source the environment via the following command:</li> | |||
| :<code>source /etc/bash.bashrc</code> | |||
| :<li>export the proper LC_NUMERIC environment using the following command:</li> | |||
| :<code>export LC_NUMERIC="en_US.UTF-8"</code> | |||
| :<li>execute to following command: | |||
| :<code>/bin/bash</code> | |||
| </ol> | |||
| * '''VASP calculations''':   | |||
| ::3 versions of the VASP code are available: | ::3 versions of the VASP code are available: | ||
| <ol> | <ol> | ||
| :<li>the so-called ''standard'' version which allows you to make ''standard'' calculation with several K-points</li> | :<li>the so-called ''standard'' version which allows you to make ''standard'' calculation with several K-points</li> | ||
| Line 18: | Line 24: | ||
| :<code>vasp_ncl</code> | :<code>vasp_ncl</code> | ||
| :<li>the so-called ''gamma'' version which allows you to make ''gamma'' calculation but with only 1 K-point</li> | |||
| :To use it, enter the following command on a terminal | |||
| :<code>vasp_gam</code> | |||
| </ol> | </ol> | ||
| '''Please always keep in mind that our local workstation are quite limited so please avoid to run two VASP calculations simultaneously.''' | :'''Please always keep in mind that our local workstation are quite limited so please avoid to run two VASP calculations simultaneously.''' | ||
| *'''wannier90''' | |||
| :To use wannier90, use the following command: | |||
| :<code>/ICAMM/wannier/wannier90-1.2/wannier90.x</code> | |||
| *'''phonopy''' | |||
| :To use phonopy, use the following command: | |||
| :<code>phonopy</code> | |||
| * '''Gnuplot''': | |||
| :Gnuplot is a portable command-line driven graphing utility. | |||
| :To use it, enter the following command on a terminal | |||
| :<code>gnuplot</code> | |||
| :For more infos about gnuplot, visit the [http://www.gnuplot.info following website] | |||
| * '''p4vasp''': | |||
| To use the p4vasp visualization software, use the following command: | |||
| :<code>p4v</code> | |||
| * '''vmd''': | |||
| To use the vmd visualization software, use the following command: | |||
| :<code>vmd</code> | |||
Latest revision as of 12:01, 31 August 2016
Here is a brief tutorial on how to run a calculation and how to run post-treatment tools during the VASP training school in Rennes.
- First thing to do:
- launch terminal:
- go to openSUSE booklet (down left of the screen), select Système and choose Terminal
- source the environment via the following command:
- source /etc/bash.bashrc
- export the proper LC_NUMERIC environment using the following command:
- export LC_NUMERIC="en_US.UTF-8"
- execute to following command:
- /bin/bash
- VASP calculations:
- 3 versions of the VASP code are available:
 
- the so-called standard version which allows you to make standard calculation with several K-points
- To use it, enter the following command on a terminal
- vasp_std
- the so-called non-colinear version which allows you to make non-colinear calculation with several K-points
- To use it, enter the following command on a terminal
- vasp_ncl
- the so-called gamma version which allows you to make gamma calculation but with only 1 K-point
- To use it, enter the following command on a terminal
- vasp_gam
- Please always keep in mind that our local workstation are quite limited so please avoid to run two VASP calculations simultaneously.
- wannier90
- To use wannier90, use the following command:
- /ICAMM/wannier/wannier90-1.2/wannier90.x
- phonopy
- To use phonopy, use the following command:
- phonopy
- Gnuplot:
- Gnuplot is a portable command-line driven graphing utility.
- To use it, enter the following command on a terminal
- gnuplot
- For more infos about gnuplot, visit the following website
- p4vasp:
To use the p4vasp visualization software, use the following command:
- p4v
- vmd:
To use the vmd visualization software, use the following command:
- vmd
