3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-02 19:35:32 +02:00

[doc] add util module to autodoc

This commit is contained in:
Alexander Hampel 2023-09-03 11:24:56 +02:00
parent 5dae1aa028
commit 09eaa7a378
2 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,7 @@ This is the reference manual for the python routines.
sumk_dft_tools sumk_dft_tools
symmetry symmetry
trans_basis trans_basis
util

View File

@ -18,6 +18,9 @@
# TRIQS. If not, see <http://www.gnu.org/licenses/>. # TRIQS. If not, see <http://www.gnu.org/licenses/>.
# #
########################################################################## ##########################################################################
"""
Helper utilities / standalone functions for the sumk class
"""
import numpy as np import numpy as np