3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 19:53:45 +01:00
dft_tools/doc/reference/c++/gf/gf_data.rst

50 lines
750 B
ReStructuredText
Raw Normal View History

2013-09-18 15:13:23 +02:00
.. highlight:: c
.. _gf_data:
Data access
====================
mesh
------------
* **Synopsis**:
.. cpp:function:: mesh_t const & () const
Access to the mesh of the green function.
data
------------
* **Synopsis**:
.. cpp:function:: data_t const & () const
.. cpp:function:: data_t & ()
Access to the data array where the value of the gf is stored on the mesh points.
singularity
------------
* **Synopsis**:
.. cpp:function:: singularity_t const & () const
.. cpp:function:: singularity & ()
Access to the singularity type
symmetry
------------
* **Synopsis**:
.. cpp:function:: symmetry_t const & () const
Access to the symmetry type. Can not be modifed after construction. *(why ?)*.