mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 03:33:50 +01:00
17 lines
242 B
ReStructuredText
17 lines
242 B
ReStructuredText
.. highlight:: c
|
|
|
|
.. _gf_misc:
|
|
|
|
Misc
|
|
==========================================================
|
|
|
|
.. _def_statistic_enum:
|
|
|
|
Statistic
|
|
----------------
|
|
|
|
The enum statistic_enum encode the statistic ::
|
|
|
|
enum statistic_enum {Boson,Fermion};
|
|
|