solid-dmft 3.2.2__tar.gz → 3.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {solid_dmft-3.2.2/python/solid_dmft.egg-info → solid_dmft-3.2.3}/PKG-INFO +1 -1
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/pyproject.toml +1 -1
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/postprocessing/plot_correlated_bands.py +5 -3
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/version.py +3 -3
- {solid_dmft-3.2.2 → solid_dmft-3.2.3/python/solid_dmft.egg-info}/PKG-INFO +1 -1
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/COPYING.txt +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/LICENSE.txt +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/MANIFEST.in +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/README.md +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/__init__.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/csc_flow.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dft_managers/__init__.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dft_managers/mpi_helpers.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dft_managers/qe_manager.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dft_managers/vasp_manager.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_cycle.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/__init__.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/afm_mapping.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/convergence.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/formatter.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/greens_functions_mixer.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/initial_self_energies.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/interaction_hamiltonian.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/legendre_filter.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/manipulate_chemical_potential.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/matheval.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/observables.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/results_to_archive.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/solver.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/main.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/postprocessing/__init__.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/postprocessing/eval_U_cRPA_RESPACK.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/postprocessing/eval_U_cRPA_Vasp.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/postprocessing/maxent_gf_imp.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/postprocessing/maxent_gf_latt.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/postprocessing/maxent_sigma.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/read_config.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/util/__init__.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/util/symmetrize_gamma_file.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/util/update_dmft_config.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/util/update_results_h5.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/util/write_kslice_to_h5.py +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft.egg-info/SOURCES.txt +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft.egg-info/dependency_links.txt +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft.egg-info/entry_points.txt +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft.egg-info/requires.txt +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft.egg-info/top_level.txt +0 -0
- {solid_dmft-3.2.2 → solid_dmft-3.2.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: solid_dmft
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.3
|
|
4
4
|
Summary: solid_dmft: a versatile python wrapper to perform DFT+DMFT calculations utilizing the TRIQS software library
|
|
5
5
|
Author-email: Alexander Hampel <ahampel@flatironinstitute.org>
|
|
6
6
|
Project-URL: Homepage, https://triqs.github.io/solid_dmft
|
{solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/postprocessing/plot_correlated_bands.py
RENAMED
|
@@ -619,6 +619,7 @@ def plot_kslice(fig, ax, alatt_k_w, tb_data, freq_dict, n_orb, tb_dict, tb=True,
|
|
|
619
619
|
raise ValueError('A(k,w) unknown. Specify "with_sigma = True"')
|
|
620
620
|
n_kx, n_ky = tb_data['e_mat'].shape[2:4]
|
|
621
621
|
kx, ky = np.meshgrid(range(n_kx), range(n_ky))
|
|
622
|
+
draw_colorbar = True
|
|
622
623
|
for (qx, qy) in used_quarters:
|
|
623
624
|
if len(alatt_k_w.shape) > 2:
|
|
624
625
|
for orb in range(n_orb):
|
|
@@ -630,9 +631,10 @@ def plot_kslice(fig, ax, alatt_k_w, tb_data, freq_dict, n_orb, tb_dict, tb=True,
|
|
|
630
631
|
norm=Normalize(vmin=vmin, vmax=vmax),
|
|
631
632
|
shading='gouraud')
|
|
632
633
|
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
634
|
+
if draw_colorbar and ('colorbar' not in plot_dict or plot_dict['colorbar']):
|
|
635
|
+
colorbar = plt.colorbar(graph)
|
|
636
|
+
colorbar.set_label(r'$A(k, 0$)')
|
|
637
|
+
draw_colorbar = False
|
|
636
638
|
|
|
637
639
|
if tb:
|
|
638
640
|
FS_kx_ky, band_char = get_tb_kslice(tb_data['tb'], tb_data['mu_tb'], **tb_dict)
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
#
|
|
23
23
|
################################################################################
|
|
24
24
|
|
|
25
|
-
version = "3.2.
|
|
25
|
+
version = "3.2.3"
|
|
26
26
|
triqs_hash = "8216931d15230ad4ffd4acba3db651046c040d99"
|
|
27
|
-
solid_dmft_hash = "
|
|
27
|
+
solid_dmft_hash = "5a6299a234bc906a59921f32e93962a91d2c59cc"
|
|
28
28
|
|
|
29
29
|
def show_version():
|
|
30
30
|
print("\nYou are using solid_dmft version %s\n"%version)
|
|
31
31
|
|
|
32
32
|
def show_git_hash():
|
|
33
|
-
print("\nYou are using solid_dmft git hash %s based on triqs git hash %s\n"%("
|
|
33
|
+
print("\nYou are using solid_dmft git hash %s based on triqs git hash %s\n"%("5a6299a234bc906a59921f32e93962a91d2c59cc", triqs_hash))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: solid_dmft
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.3
|
|
4
4
|
Summary: solid_dmft: a versatile python wrapper to perform DFT+DMFT calculations utilizing the TRIQS software library
|
|
5
5
|
Author-email: Alexander Hampel <ahampel@flatironinstitute.org>
|
|
6
6
|
Project-URL: Homepage, https://triqs.github.io/solid_dmft
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/greens_functions_mixer.py
RENAMED
|
File without changes
|
|
File without changes
|
{solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/interaction_hamiltonian.py
RENAMED
|
File without changes
|
|
File without changes
|
{solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/dmft_tools/manipulate_chemical_potential.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{solid_dmft-3.2.2 → solid_dmft-3.2.3}/python/solid_dmft/postprocessing/eval_U_cRPA_RESPACK.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|