mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 03:33:50 +01:00
50 lines
750 B
ReStructuredText
50 lines
750 B
ReStructuredText
.. 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 ?)*.
|
|
|
|
|