2016-09-13 11:57:48 +02:00
|
|
|
Block Structure
|
|
|
|
===============
|
|
|
|
|
|
|
|
The `BlockStructure` class allows to change and manipulate
|
2018-09-20 06:32:33 +02:00
|
|
|
Green functions structures and mappings from sumk to solver.
|
2016-09-13 11:57:48 +02:00
|
|
|
|
|
|
|
The block structure can also be written to and read from HDF files.
|
|
|
|
|
|
|
|
.. warning::
|
|
|
|
|
|
|
|
Do not write the individual elements of this class to a HDF file,
|
|
|
|
as they belong together and changing one without the other can
|
|
|
|
result in unexpected results. Always write the BlockStructure
|
|
|
|
object as a whole.
|
|
|
|
|
|
|
|
Writing the sumk_to_solver and solver_to_sumk elements
|
|
|
|
individually is not implemented.
|
|
|
|
|
2018-07-11 01:57:05 +02:00
|
|
|
.. autoclass:: triqs_dft_tools.block_structure.BlockStructure
|
2016-09-13 11:57:48 +02:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|