We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febd0ad commit d72783bCopy full SHA for d72783b
python/triqs_dft_tools/block_structure.py
@@ -35,7 +35,7 @@
35
36
37
class BlockStructure(object):
38
- """ Contains information about the Green function structure.
+ r""" Contains information about the Green function structure.
39
40
This class contains information about the structure of the solver
41
and sumk Green functions and the mapping between them.
python/triqs_dft_tools/converters/wannier90.py
@@ -541,7 +541,7 @@ def read_wannier90_hr_data(wannier_seed):
541
542
543
def read_wannier90_blochbasis_data(wannier_seed, n_wannier_spin):
544
- """
+ r"""
545
Method for reading the files needed in the bloch_basis: seedname_u.mat,
546
seedname.eig and potentially seedname_u_dis.mat.
547
0 commit comments