Skip to content

Commit

Permalink
minimal reordering, fixed a reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lcrippa committed Oct 31, 2024
1 parent dde8474 commit a08a74b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
27 changes: 12 additions & 15 deletions doc/structure/index_observables.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
Impurity observbales
###########################

The :f:mod:`ed_observables` provides a single interface to all the different
observables and static correlation calculation procedures available in the code.
This is used in the :f:mod:`ed_main` Fortran API.

.. toctree::
:maxdepth: 2
:glob:

observables


Normal mode
###########################
Expand Down Expand Up @@ -59,18 +71,3 @@ conservation, as for instance in presence of Spin-Orbit coupling.

nonsu2/05_observables




Impurity observbales
###########################

The :f:mod:`ed_observables` provides a single interface to all the different
observables and static correlation calculation procedures available in the code.
This is used in the :f:mod:`ed_main` Fortran API.

.. toctree::
:maxdepth: 2
:glob:

observables
2 changes: 1 addition & 1 deletion src/ED_INPUT_VARS.f90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MODULE ED_INPUT_VARS
!
!Contains all global input variables which can be set by the user through the input file. A specific preocedure :f:func:`ed_read_input` should be called to read the input file using :f:var:`parse_input_variable` procedure from `SciFortran`. All variables are automatically set to a default, looked for and updated by reading into the file and, sequentially looked for and updated from command line (std.input) using the notation `variable_name=variable_value(s)` (case independent).
!Contains all global input variables which can be set by the user through the input file. A specific preocedure :f:func:`ed_read_input` should be called to read the input file using :f:func:`parse_input_variable` procedure from SciFortran. All variables are automatically set to a default, looked for and updated by reading into the file and, sequentially looked for and updated from command line (std.input) using the notation `variable_name=variable_value(s)` (case independent).
!
USE SF_VERSION
USE SF_PARSE_INPUT
Expand Down

0 comments on commit a08a74b

Please sign in to comment.