Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/triqs_dft_tools/block_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


class BlockStructure(object):
""" Contains information about the Green function structure.
r""" Contains information about the Green function structure.

This class contains information about the structure of the solver
and sumk Green functions and the mapping between them.
Expand Down
2 changes: 1 addition & 1 deletion python/triqs_dft_tools/converters/wannier90.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def read_wannier90_hr_data(wannier_seed):


def read_wannier90_blochbasis_data(wannier_seed, n_wannier_spin):
"""
r"""
Method for reading the files needed in the bloch_basis: seedname_u.mat,
seedname.eig and potentially seedname_u_dis.mat.

Expand Down
Loading