mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 06:33:48 +01:00
e4af7dbd1b
BlockStructure stores gf_struct_solver and gf_struct_sumk and the mappings between them. It allows to modify it, and save it to HDF (see issue #67).
23 lines
654 B
ReStructuredText
23 lines
654 B
ReStructuredText
Block Structure
|
|
===============
|
|
|
|
The `BlockStructure` class allows to change and manipulate
|
|
Green's functions structures and mappings from sumk to solver.
|
|
|
|
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.
|
|
|
|
.. autoclass:: dft.block_structure.BlockStructure
|
|
:members:
|
|
:show-inheritance:
|
|
|