docs (plovasp): small fixes in PLOVasp docs

This commit is contained in:
Oleg E. Peil 2018-08-01 17:00:44 +02:00 committed by Manuel
parent 9081ce634c
commit ef9919c0f6
3 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
.. _plovasp: .. _plovasp:
PLOVasp input file PLOVasp
================== =======
The general purpose of the PLOVasp tool is to transform The general purpose of the PLOVasp tool is to transform
raw, non-normalized projectors generated by VASP into normalized raw, non-normalized projectors generated by VASP into normalized
@ -105,7 +105,7 @@ the local states:
* **TRANSFILE** (string): name of the file containing transformation * **TRANSFILE** (string): name of the file containing transformation
matrices for each site. This option allows for a full-fledged functionality matrices for each site. This option allows for a full-fledged functionality
when it comes to local state transformations. The format of this file when it comes to local state transformations. The format of this file
is described in :ref:`_transformation_file`. is described in :ref:`transformation_file`.
Section [Group] Section [Group]
""""""""""""""" """""""""""""""
@ -134,7 +134,7 @@ Optional group parameters:
on different sites included in the group will be orthogonal to each other. on different sites included in the group will be orthogonal to each other.
.. _transformation_file .. _transformation_file:
File of transformation matrices File of transformation matrices
""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""

View File

@ -46,7 +46,7 @@ electronic structure data. At this stage simple consistency checks are performed
All electronic structure from VASP is stored in a class ElectronicStructure: All electronic structure from VASP is stored in a class ElectronicStructure:
.. autoclass:: elstruct.ElectronicStructure .. autoclass:: triqs_dft_tools.converters.plovasp.elstruct.ElectronicStructure
:members: :members:
@ -95,7 +95,7 @@ Order of operations:
* distribute back the arrays assuming that the order is preserved * distribute back the arrays assuming that the order is preserved
.. autoclass:: proj_shell.ProjectorShell .. autoclass:: triqs_dft_tools.converters.plovasp.proj_shell.ProjectorShell
:members: :members:

View File

@ -1,4 +1,4 @@
.. sec_vaspio .. _vaspio:
VASP input-output VASP input-output
################# #################