3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-27 23:52:22 +02:00
dft_tools/python/TODOFIX
2014-11-05 15:56:33 +01:00

20 lines
516 B
Plaintext

* realfreq --> w?
* matsubara --> iw?
Changed the following:
* <<= --> <<
* retval -> read_value
* Gupf -> G_upfold
* read_symmetry_input -> convert_symmetry_input
* moved find_dc, find_mu_nonint, check_projectors, sorts_of_atoms,
number_of_atoms to end, not to be documented.
* replaced all instances of
exec "self.%s = mpi.bcast(self.%s)"%(it,it)
with
setattr(self,it,mpi.bcast(getattr(self,it))
* replaced long archive saves in converters by setattr construction
* removed G_upfolded_id -- looked redundant