3
0
mirror of https://github.com/triqs/dft_tools synced 2024-08-09 22:08:30 +02:00
dft_tools/python/TODOFIX

20 lines
516 B
Plaintext
Raw Normal View History

* realfreq --> w?
* matsubara --> iw?
2014-10-31 18:52:32 +01:00
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