mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 04:13:47 +01:00
20 lines
516 B
Plaintext
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
|