vasprocar 1.1.19.128__tar.gz → 1.1.19.129__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.
Potentially problematic release.
This version of vasprocar might be problematic. Click here for more details.
- {vasprocar-1.1.19.128/vasprocar.egg-info → vasprocar-1.1.19.129}/PKG-INFO +1 -1
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/setup.py +1 -1
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/__main__.py +11 -10
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/fermi_surface.py +49 -47
- vasprocar-1.1.19.129/vasprocar/src/inputs/input.vasprocar.fermi_surface +131 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/inputs/inputs.py +1 -1
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/inputs/inputs_files.py +8 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/spin_texture_contour_video.py +28 -73
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129/vasprocar.egg-info}/PKG-INFO +1 -1
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar.egg-info/SOURCES.txt +1 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/LICENSE.txt +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/README.md +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/setup.cfg +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/__init__.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/_info.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/_info_b.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/_label.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/_nscf.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/_var_kpoints.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/angular_momentum_plot/plot_projecao_angular_momentum.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/angular_momentum_plot/plot_projecao_angular_momentum_grace.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/contribuicao.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/dos_pdos_ldos.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/dos_plot/Grace/plot_dos_pdos_ldos.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/dos_plot/Grace/plot_dos_pdos_ldos_[polarizado].py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/dos_plot/Grace/plot_dos_pdos_ldos_[polarizado_delta].py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/dos_plot/plot_dos_pdos_ldos.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/dos_plot/plot_dos_pdos_ldos_[polarizado].py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/kpoints_2D_3D.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/projecao_angular_momentum.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/_info.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/_info_b.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/_label.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/_nscf.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/_var_kpoints.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/chgcar.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/contcar_info.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/contribuicao.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/dielectric_function.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/dos_pdos_ldos.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/dos_pdos_ldos_[polarizado].py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/kpoints_2D_3D.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/parchg.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/poscar_replace.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/postar_combination.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/potencial.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/wave_function.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_dft.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_dft2kp.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_loop.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_settings.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_update.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/bandas_2D.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/bandas_3D.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/bandas_4D.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/correction_file.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/etc/BibTeX.dat +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/etc/DOI.png +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/etc/Greek_alphabet.jpg +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/inputs/input.vasprocar.bands +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/inputs/input.vasprocar.chgcar +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/inputs/input.vasprocar.dos +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/inputs/input.vasprocar.location +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/inputs/input.vasprocar.locpot +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/inputs/input.vasprocar.orbitals +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/inputs/input.vasprocar.spin +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/inputs/input.vasprocar.spin_video +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/level_countour.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/orbital_texture.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/orbital_texture_vector.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_bandas_2D.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_chgcar.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_dielectric_function.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_dos_pdos_ldos.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_dos_pdos_ldos_[polarizado].py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_dos_pdos_ldos_[polarizado_delta].py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_parchg.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_potencial.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_projecao_localizacao.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_projecao_orbitais.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_projecao_psi.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_projecao_spin.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_wave_function.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/_plot_settings.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_bandas_2D.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_bandas_3D_matplotlib.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_bandas_3D_plotly.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_bandas_4D_plotly.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_chgcar.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_dielectric_function.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_dos_pdos_ldos.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_dos_pdos_ldos_[polarizado].py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_fermi_surface.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_level_countour.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_orbital_texture.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_orbital_texture_vector.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_parchg.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_potencial.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_projecao_localizacao.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_projecao_orbitais.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_projecao_psi.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_projecao_spin.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_spin_texture_2D.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_spin_texture_3D.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_spin_texture_4D.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_spin_texture_4D_[iso].py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_spin_texture_contour.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_spin_texture_contour_video.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_spin_texture_contour_video_Backup_0.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_spin_texture_contour_video_Backup_1.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_wave_function.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/projecao_localizacao.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/projecao_orbitais.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/projecao_psi.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/projecao_spin.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/spin_texture.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/spin_texture_contour.py +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar.egg-info/dependency_links.txt +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar.egg-info/entry_points.txt +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar.egg-info/requires.txt +0 -0
- {vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vasprocar
|
|
3
|
-
Version: 1.1.19.
|
|
3
|
+
Version: 1.1.19.129
|
|
4
4
|
Summary: VASProcar is an open-source package written in the Python 3 programming language, which aims to provide an intuitive tool for the post-processing of the output files produced by the DFT VASP/QE codes, through an interactive user interface.
|
|
5
5
|
Home-page: https://doi.org/10.5281/zenodo.6343960
|
|
6
6
|
Download-URL: https://doi.org/10.5281/zenodo.6343960
|
|
@@ -6,7 +6,7 @@ from typing import Optional
|
|
|
6
6
|
|
|
7
7
|
setup(
|
|
8
8
|
name = "vasprocar",
|
|
9
|
-
version = "1.1.19.
|
|
9
|
+
version = "1.1.19.129",
|
|
10
10
|
entry_points={'console_scripts': ['vasprocar = vasprocar:main']},
|
|
11
11
|
description = "VASProcar is an open-source package written in the Python 3 programming language, which aims to provide an intuitive tool for the post-processing of the output files produced by the DFT VASP/QE codes, through an interactive user interface.",
|
|
12
12
|
author = "Augusto de Lelis Araujo and Renan da Paixao Maciel",
|
|
@@ -14,7 +14,7 @@ dir_vasprocar = os.path.dirname(os.path.realpath(__file__))
|
|
|
14
14
|
print(f'{dir_vasprocar}')
|
|
15
15
|
#------------------------
|
|
16
16
|
|
|
17
|
-
version = '1.1.19.
|
|
17
|
+
version = '1.1.19.129'
|
|
18
18
|
VASProcar_name = 'VASProcar version ' + version
|
|
19
19
|
|
|
20
20
|
url_1 = 'https://pypi.org/project/vasprocar'
|
|
@@ -138,14 +138,15 @@ if (len(inputs) > 0):
|
|
|
138
138
|
#---------------------------------------------------------------------------
|
|
139
139
|
exec(open(dir_files + '/inputs/' + 'input.vasprocar.' + inputs[inp]).read())
|
|
140
140
|
#---------------------------------------------------------------------------
|
|
141
|
-
if (inputs[inp] == 'bands'):
|
|
142
|
-
if (inputs[inp] == 'spin'):
|
|
143
|
-
if (inputs[inp] == 'orbitals'):
|
|
144
|
-
if (inputs[inp] == 'dos'):
|
|
145
|
-
if (inputs[inp] == 'location'):
|
|
146
|
-
if (inputs[inp] == 'locpot'):
|
|
147
|
-
if (inputs[inp] == 'chgcar'):
|
|
148
|
-
if (inputs[inp] == 'spin_video'):
|
|
149
|
-
|
|
141
|
+
if (inputs[inp] == 'bands'): opcao = -10
|
|
142
|
+
if (inputs[inp] == 'spin'): opcao = -20
|
|
143
|
+
if (inputs[inp] == 'orbitals'): opcao = -30
|
|
144
|
+
if (inputs[inp] == 'dos'): opcao = -31
|
|
145
|
+
if (inputs[inp] == 'location'): opcao = -32
|
|
146
|
+
if (inputs[inp] == 'locpot'): opcao = -40
|
|
147
|
+
if (inputs[inp] == 'chgcar'): opcao = -41
|
|
148
|
+
if (inputs[inp] == 'spin_video'): opcao = -23
|
|
149
|
+
if (inputs[inp] == 'fermi_surface'): opcao = -11
|
|
150
|
+
#-----------------------------------------------
|
|
150
151
|
run = main_dir + '_settings.py'
|
|
151
152
|
exec(open(run).read())
|
|
@@ -58,7 +58,7 @@ print ("#################### Fermi's surface plot ####################")
|
|
|
58
58
|
print ("##############################################################")
|
|
59
59
|
print (" ")
|
|
60
60
|
|
|
61
|
-
if (escolha == -1):
|
|
61
|
+
if (escolha == -1 and len(inputs) == 0):
|
|
62
62
|
|
|
63
63
|
print ("##############################################################")
|
|
64
64
|
print ("Regarding the bands, what do you want to analyze? ============")
|
|
@@ -98,25 +98,26 @@ if (escolha == -1):
|
|
|
98
98
|
esc_fermi = input (" "); esc_fermi = int(esc_fermi)
|
|
99
99
|
print (" ")
|
|
100
100
|
|
|
101
|
-
|
|
102
|
-
print ("
|
|
103
|
-
print ("
|
|
104
|
-
|
|
105
|
-
|
|
101
|
+
if (len(inputs) == 0):
|
|
102
|
+
print ("##############################################################")
|
|
103
|
+
print ("What number of Energies do you want to analyze? ==============")
|
|
104
|
+
print ("##############################################################")
|
|
105
|
+
n_energ = input (" "); n_energ = int(n_energ)
|
|
106
|
+
print(" ")
|
|
106
107
|
|
|
107
|
-
if (n_energ <= 0):
|
|
108
|
-
n_energ = 1
|
|
108
|
+
if (n_energ <= 0): n_energ = 1
|
|
109
109
|
|
|
110
|
-
|
|
111
|
-
print ("
|
|
112
|
-
print ("
|
|
113
|
-
print ("[
|
|
114
|
-
print ("[
|
|
115
|
-
print ("
|
|
116
|
-
|
|
117
|
-
|
|
110
|
+
if (len(inputs) == 0):
|
|
111
|
+
print ("##############################################################")
|
|
112
|
+
print ("Regarding the energy values: =================================")
|
|
113
|
+
print ("[0] Must be obtained automatically by code ===================")
|
|
114
|
+
print ("[1] Must sweep a certain range of energy =====================")
|
|
115
|
+
print ("[2] I want to specify each energy value manually =============")
|
|
116
|
+
print ("##############################################################")
|
|
117
|
+
esc_energ = input (" "); esc_energ = int(esc_energ)
|
|
118
|
+
print(" ")
|
|
118
119
|
|
|
119
|
-
if (esc_energ == 1):
|
|
120
|
+
if (esc_energ == 1 and len(inputs) == 0):
|
|
120
121
|
print ("##############################################################")
|
|
121
122
|
print ("Choose the Energy range to be analyzed: ===================== ")
|
|
122
123
|
print ("Type as in the examples below =============================== ")
|
|
@@ -130,7 +131,7 @@ if (esc_energ == 1):
|
|
|
130
131
|
energ_f = float(energ_f)
|
|
131
132
|
print (" ")
|
|
132
133
|
|
|
133
|
-
if (esc_energ == 2):
|
|
134
|
+
if (esc_energ == 2 and len(inputs) == 0):
|
|
134
135
|
#----------------
|
|
135
136
|
E = [0.0]*n_energ
|
|
136
137
|
#----------------
|
|
@@ -151,8 +152,8 @@ if (esc_energ == 2):
|
|
|
151
152
|
|
|
152
153
|
#-----------------------------------------------------------------------------
|
|
153
154
|
|
|
154
|
-
if (soma_1 == 2 or soma_2 == 2):
|
|
155
|
-
|
|
155
|
+
if ((soma_1 == 2 or soma_2 == 2) and len(inputs) == 0):
|
|
156
|
+
#---------------------------------------------------
|
|
156
157
|
if (soma_2 == 2 and escolha == -1):
|
|
157
158
|
print ("##############################################################")
|
|
158
159
|
print (" Would you like to choose k-axis units? ")
|
|
@@ -190,36 +191,37 @@ if (soma_1 == 2 or soma_2 == 2):
|
|
|
190
191
|
|
|
191
192
|
#-----------------------------------------------------------------------------
|
|
192
193
|
|
|
193
|
-
|
|
194
|
-
print ("Do you want to compile a video from the generated pictures? ==")
|
|
195
|
-
print ("[0] NO =======================================================")
|
|
196
|
-
print ("[1] YES ======================================================")
|
|
197
|
-
print ("==============================================================")
|
|
198
|
-
print ("Note: Images will not be generated in .pdf|.svg|.eps =========")
|
|
199
|
-
print ("##############################################################")
|
|
200
|
-
video = input (" "); video = int(video)
|
|
201
|
-
print (" ")
|
|
202
|
-
|
|
203
|
-
if (video == 1):
|
|
204
|
-
#-----------------------------------------------------------------------
|
|
194
|
+
if (len(inputs) == 0):
|
|
205
195
|
print ("##############################################################")
|
|
206
|
-
print ("
|
|
207
|
-
print ("
|
|
208
|
-
print ("
|
|
209
|
-
print ("
|
|
210
|
-
print ("
|
|
211
|
-
print ("images per second (fps), the smoother the video. ")
|
|
196
|
+
print ("Do you want to compile a video from the generated pictures? ==")
|
|
197
|
+
print ("[0] NO =======================================================")
|
|
198
|
+
print ("[1] YES ======================================================")
|
|
199
|
+
print ("==============================================================")
|
|
200
|
+
print ("Note: Images will not be generated in .pdf|.svg|.eps =========")
|
|
212
201
|
print ("##############################################################")
|
|
213
|
-
|
|
202
|
+
video = input (" "); video = int(video)
|
|
214
203
|
print (" ")
|
|
215
|
-
|
|
216
|
-
if (
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
204
|
+
|
|
205
|
+
if (video == 1):
|
|
206
|
+
#-----------------------------------------------------------------------
|
|
207
|
+
print ("##############################################################")
|
|
208
|
+
print ("How many figures should appear per second (fps) in the video? ")
|
|
209
|
+
print ("tip 1: =======================================================")
|
|
210
|
+
print ("Choose between 1 and 30 figures ==============================")
|
|
211
|
+
print ("tip 2: =======================================================")
|
|
212
|
+
print ("The greater the number of images and the greater the number of")
|
|
213
|
+
print ("images per second (fps), the smoother the video. ")
|
|
214
|
+
print ("##############################################################")
|
|
215
|
+
n_fig = input (" "); n_fig = int(n_fig)
|
|
216
|
+
print (" ")
|
|
217
|
+
#-------------------------
|
|
218
|
+
if (n_fig <= 0): n_fig = 1
|
|
219
|
+
#-------------------------
|
|
220
|
+
save_png = 1
|
|
221
|
+
save_pdf = 0
|
|
222
|
+
save_eps = 0
|
|
223
|
+
|
|
224
|
+
if (escolha == -1 and len(inputs) == 0):
|
|
223
225
|
print ("##############################################################")
|
|
224
226
|
print ("Choose the K-mesh grid (DxD) to be interpolated: =============")
|
|
225
227
|
print ("Note: The k-mesh grid used in your VASP calculation can be ")
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
# VASProcar Copyright (C) 2023
|
|
2
|
+
# GNU GPL-3.0 license
|
|
3
|
+
|
|
4
|
+
################################################################
|
|
5
|
+
# inform the DFT package: ======================================
|
|
6
|
+
# [0] VASP - Vienna Ab initio Simulation Package ===============
|
|
7
|
+
# [1] QE - Quantum Espresso ====================================
|
|
8
|
+
################################################################
|
|
9
|
+
dft_package = 0
|
|
10
|
+
|
|
11
|
+
if (dft_package == 0): DFT = '_VASP/'
|
|
12
|
+
if (dft_package == 1): DFT = '_QE/'
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
################################################################
|
|
17
|
+
# Regarding the bands, what do you want to analyze? ============
|
|
18
|
+
# [0] Plot all bands on the Fermi Surface ======================
|
|
19
|
+
# [1] Plot a selected range of bands on Sup. from Fermi ========
|
|
20
|
+
################################################################
|
|
21
|
+
esc_band = 0
|
|
22
|
+
|
|
23
|
+
if (esc_band == 1):
|
|
24
|
+
##############################################################
|
|
25
|
+
# Which band do you want to analyze? =========================
|
|
26
|
+
##############################################################
|
|
27
|
+
Band_i = 1
|
|
28
|
+
Band_f = 2
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
##############################################################
|
|
33
|
+
# with respect to energy, would you like? ====================
|
|
34
|
+
# [0] Use the default energy value from DFT output ===========
|
|
35
|
+
# [1] Shift the Fermi level to 0.0 eV =======================
|
|
36
|
+
##############################################################
|
|
37
|
+
esc_fermi = 1
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
################################################################
|
|
42
|
+
# What number of Energies do you want to analyze? ==============
|
|
43
|
+
################################################################
|
|
44
|
+
n_energ = 120
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
##############################################################
|
|
49
|
+
# Regarding the energy values: ===============================
|
|
50
|
+
# [0] Must be obtained automatically by code =================
|
|
51
|
+
# [1] Must sweep a certain range of energy ===================
|
|
52
|
+
# [2] I want to specify each energy value manually ===========
|
|
53
|
+
##############################################################
|
|
54
|
+
esc_energ = 1
|
|
55
|
+
|
|
56
|
+
if (esc_energ == 1):
|
|
57
|
+
##############################################################
|
|
58
|
+
# Choose the Energy range to be analyzed: ====================
|
|
59
|
+
# Type as in the examples below ==============================
|
|
60
|
+
# ------------------------------------------------------------
|
|
61
|
+
# Initial_energ Final_Energ: -4.5 6.9
|
|
62
|
+
# Initial_energ Final_Energ: 0.0 5.5
|
|
63
|
+
##############################################################
|
|
64
|
+
energ_i = -2.0
|
|
65
|
+
energ_f = +2.0
|
|
66
|
+
|
|
67
|
+
if (esc_energ == 2):
|
|
68
|
+
#----------------
|
|
69
|
+
E = [0.0]*n_energ
|
|
70
|
+
##############################################################
|
|
71
|
+
# Enter Energy values as in the examples below ===============
|
|
72
|
+
# ------------------------------------------------------------
|
|
73
|
+
# Energies: -4.5 -2.0 -1.0 0.0 1.0 3.0 5.0
|
|
74
|
+
# Energies: 0.2 0.5 0.78 1.23 9.97
|
|
75
|
+
# ------------------------------------------------------------
|
|
76
|
+
# !!! important note !!! =====================================
|
|
77
|
+
# Always enter energy values in ascending order ==============
|
|
78
|
+
##############################################################
|
|
79
|
+
E = '-1.0 -0.5 0.0 0.5 1.0'
|
|
80
|
+
#--------------------------
|
|
81
|
+
E = E.split()
|
|
82
|
+
for i in range(n_energ): E[i] = float(E[i])
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
################################################################
|
|
87
|
+
# Would you like to choose k-axis units?
|
|
88
|
+
# [1] (kx,ky,kz) 2pi/Param. (Param. in Angs.) ==================
|
|
89
|
+
# [2] (kx,ky,kz) 1/Angs. =======================================
|
|
90
|
+
# [3] (kx,ky,kz) 1/nm. =======================================
|
|
91
|
+
# [4] (k1,k2,k3) Fractional coord: K = k1*B1 + k2*B2 + k3*B3 ===
|
|
92
|
+
################################################################
|
|
93
|
+
Dimensao = 4
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
################################################################
|
|
98
|
+
# Do you want to compile a video from the generated pictures? ==
|
|
99
|
+
# [0] NO =======================================================
|
|
100
|
+
# [1] YES ======================================================
|
|
101
|
+
# ==============================================================
|
|
102
|
+
# Note: Images will not be generated in .pdf|.svg|.eps =========
|
|
103
|
+
################################################################
|
|
104
|
+
video = 0
|
|
105
|
+
|
|
106
|
+
if (video == 1):
|
|
107
|
+
################################################################
|
|
108
|
+
# How many figures should appear per second (fps) in the video?
|
|
109
|
+
# tip 1: =======================================================
|
|
110
|
+
# Choose between 1 and 30 figures ==============================
|
|
111
|
+
# tip 2: =======================================================
|
|
112
|
+
# The greater the number of images and the greater the number of
|
|
113
|
+
# images per second (fps), the smoother the video.
|
|
114
|
+
################################################################
|
|
115
|
+
n_fig = 20
|
|
116
|
+
#-----------
|
|
117
|
+
save_png = 1
|
|
118
|
+
save_pdf = 0
|
|
119
|
+
save_eps = 0
|
|
120
|
+
save_svg = 0
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
###############################################################
|
|
125
|
+
# Choose the K-mesh grid (DxD) to be interpolated: ============
|
|
126
|
+
# Note: The k-mesh grid used in your DFT calculation can be
|
|
127
|
+
# used as a reference. You are free to increase/decrease
|
|
128
|
+
# the numberof kpoints to be interpolated.
|
|
129
|
+
# Hint: use 101 (unless more precision is required).
|
|
130
|
+
###############################################################
|
|
131
|
+
n_d = 101
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# VASProcar Copyright (C) 2023
|
|
2
2
|
# GNU GPL-3.0 license
|
|
3
3
|
|
|
4
|
-
inputs_types = ['dos','locpot','chgcar','spin','orbitals','location','bands', 'spin_video']
|
|
4
|
+
inputs_types = ['dos','locpot','chgcar','spin','orbitals','location','bands', 'spin_video', 'fermi_surface']
|
|
5
5
|
inputs = []
|
|
6
6
|
|
|
7
7
|
# ------------------------------------------------------------------------------
|
|
@@ -27,6 +27,7 @@ print("# [5] DOS ##")
|
|
|
27
27
|
print("# [6] Electrostatic Potential in X,Y,Z direction ##")
|
|
28
28
|
print("# [7] CHGCAR file analysis ##")
|
|
29
29
|
print("# [8] Spin Texture - Contour Video ##")
|
|
30
|
+
print("# [9] Spin Texture - Video ##")
|
|
30
31
|
print("#######################################################")
|
|
31
32
|
tipo = input (" "); tipo = int(tipo)
|
|
32
33
|
print(" ")
|
|
@@ -99,6 +100,13 @@ if (tipo == 8 or tipo == 0):
|
|
|
99
100
|
destination = dir_files + '/inputs/input.vasprocar.spin_video'
|
|
100
101
|
shutil.copyfile(source, destination)
|
|
101
102
|
|
|
103
|
+
if (tipo == 9 or tipo == 0):
|
|
104
|
+
try: f = open(dir_files + '/inputs/input.vasprocar.fermi_surface'); f.close(); os.remove(dir_files + '/inputs/input.vasprocar.fermi_surface')
|
|
105
|
+
except: 0 == 0
|
|
106
|
+
#---------------------------------------------------------
|
|
107
|
+
source = main_dir + 'inputs/input.vasprocar.fermi_surface'
|
|
108
|
+
destination = dir_files + '/inputs/input.vasprocar.fermi_surface'
|
|
109
|
+
shutil.copyfile(source, destination)
|
|
102
110
|
|
|
103
111
|
#-----------------------------------------------------------------
|
|
104
112
|
print(" ")
|
|
@@ -53,37 +53,6 @@ if (soma_1 != 2 and soma_2 != 2):
|
|
|
53
53
|
# Getting the input parameters ========================================
|
|
54
54
|
#======================================================================
|
|
55
55
|
|
|
56
|
-
if (escolha == -1):
|
|
57
|
-
|
|
58
|
-
if (len(inputs) == 0):
|
|
59
|
-
print ("##############################################################")
|
|
60
|
-
print ("Regarding the Spin Texture Fermi contours, do you want to ")
|
|
61
|
-
print ("choose a range of bands? ====================================")
|
|
62
|
-
print ("[0] All bands ================================================")
|
|
63
|
-
print ("[1] Selected bands ===========================================")
|
|
64
|
-
print ("##############################################################")
|
|
65
|
-
esc_bands = input (" "); esc_bands = int(esc_bands)
|
|
66
|
-
print(" ")
|
|
67
|
-
|
|
68
|
-
if (esc_bands == 0):
|
|
69
|
-
band_i = 1
|
|
70
|
-
band_f = nb
|
|
71
|
-
|
|
72
|
-
if (esc_bands == 1):
|
|
73
|
-
if (len(inputs) == 0):
|
|
74
|
-
print ("##############################################################")
|
|
75
|
-
print ("Choose the bands to be projected onto the Fermi contours, ")
|
|
76
|
-
print ("using using a [single] range of bands. =======================")
|
|
77
|
-
print ("Type as in the examples below ================================")
|
|
78
|
-
print ("--------------------------------------------------------------")
|
|
79
|
-
print ("band_i band_f: 35 42 ")
|
|
80
|
-
print ("band_i band_f: 1 15 ")
|
|
81
|
-
print ("band_i band_f: 7 7 ")
|
|
82
|
-
print ("##############################################################")
|
|
83
|
-
band_i, band_f = input ("band_i band_f: ").replace(':', ' ').replace('-', ' ').replace('*', ' ').split()
|
|
84
|
-
band_i = int(band_i); band_f = int(band_f)
|
|
85
|
-
print (" ")
|
|
86
|
-
|
|
87
56
|
if (len(inputs) == 0):
|
|
88
57
|
|
|
89
58
|
print ("##############################################################")
|
|
@@ -95,6 +64,12 @@ if (len(inputs) == 0):
|
|
|
95
64
|
tipo_spin = input (" "); tipo_spin = int(tipo_spin)
|
|
96
65
|
print (" ")
|
|
97
66
|
|
|
67
|
+
print ("##############################################################")
|
|
68
|
+
print ("Which band do you want to analyze? ===========================")
|
|
69
|
+
print ("##############################################################")
|
|
70
|
+
n_band = input (" "); n_band = int(n_band)
|
|
71
|
+
print (" ")
|
|
72
|
+
|
|
98
73
|
if (escolha == -1 and len(inputs) == 0):
|
|
99
74
|
print ("#######################################################################")
|
|
100
75
|
print ("Do you want to select over which orbitals the spin components =========")
|
|
@@ -296,14 +271,15 @@ if ((soma_1 == 2 or soma_2 == 2) and len(inputs) == 0):
|
|
|
296
271
|
#----------------------------------
|
|
297
272
|
if (soma_1 == 2 and soma_2 == 2 and escolha == 1):
|
|
298
273
|
Dimensao = 4
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
274
|
+
#----------------------------------
|
|
275
|
+
|
|
276
|
+
if ((soma_1 == 2 or soma_2 == 2) and len(inputs) != 0):
|
|
277
|
+
#-----------------
|
|
302
278
|
if (Dimensao < 4):
|
|
303
279
|
if (dk[3] == 1 and dk[4] == 1): Plano_k = 1 # kxky-plan
|
|
304
280
|
if (dk[3] == 1 and dk[5] == 1): Plano_k = 2 # kxkz-plan
|
|
305
281
|
if (dk[4] == 1 and dk[5] == 1): Plano_k = 3 # kykz-plan
|
|
306
|
-
|
|
282
|
+
#-----------------
|
|
307
283
|
if (Dimensao == 4):
|
|
308
284
|
if (dk[0] == 1 and dk[1] == 1): Plano_k = 1 # k1k2-plan
|
|
309
285
|
if (dk[0] == 1 and dk[2] == 1): Plano_k = 2 # k1k3-plan
|
|
@@ -375,8 +351,6 @@ if (escolha == -1 and len(inputs) == 0):
|
|
|
375
351
|
print(" ")
|
|
376
352
|
|
|
377
353
|
if (escolha == 1):
|
|
378
|
-
band_i = 1
|
|
379
|
-
band_f = nb
|
|
380
354
|
esc_fermi = 1
|
|
381
355
|
esc_ions = 0
|
|
382
356
|
Orb_spin = [1]*16
|
|
@@ -392,7 +366,7 @@ if (Efermi == -1000.0):
|
|
|
392
366
|
|
|
393
367
|
if (esc_fermi == 0): dE_fermi = 0.0
|
|
394
368
|
if (esc_fermi == 1): dE_fermi = (Efermi)*(-1)
|
|
395
|
-
#--------------------------------------------
|
|
369
|
+
#--------------------------------------------
|
|
396
370
|
|
|
397
371
|
bands_range = '1:' + str(nb)
|
|
398
372
|
|
|
@@ -409,6 +383,8 @@ execute_python_file(filename = DFT + '_nscf.py')
|
|
|
409
383
|
bandas = np.loadtxt(dir_files + '/output/Bandas.dat')
|
|
410
384
|
bandas.shape
|
|
411
385
|
|
|
386
|
+
energia = bandas[:,n_band]
|
|
387
|
+
|
|
412
388
|
#----------------------------------------------------------------------------
|
|
413
389
|
inform = open(dir_files + '/output/informacoes.txt', "r")
|
|
414
390
|
spin = open(dir_files + '/output/Spin.dat', "r")
|
|
@@ -423,39 +399,23 @@ for line in inform:
|
|
|
423
399
|
|
|
424
400
|
VTemp = inform.readline()
|
|
425
401
|
VTemp = inform.readline()
|
|
426
|
-
|
|
402
|
+
|
|
427
403
|
for i in range (n_procar*nk):
|
|
428
404
|
VTemp = inform.readline().split()
|
|
429
405
|
k1 = float(VTemp[1]); k2 = float(VTemp[2]); k3 = float(VTemp[3])
|
|
430
406
|
kx = float(VTemp[4]); ky = float(VTemp[5]); kz = float(VTemp[6])
|
|
431
407
|
|
|
432
|
-
if (Dimensao != 4):
|
|
433
|
-
spin_texture .write(f'{kx} {ky} {kz} ')
|
|
434
|
-
if (Dimensao == 4):
|
|
435
|
-
spin_texture .write(f'{k1} {k2} {k3} ')
|
|
436
|
-
|
|
437
|
-
# for j in range (1,(nb+1)):
|
|
438
|
-
# VTemp = spin.readline().split()
|
|
439
|
-
# if (j >= band_i and j <= band_f):
|
|
440
|
-
# #--------------------
|
|
441
|
-
# energia = bandas[:,j]
|
|
442
|
-
# #--------------------
|
|
443
|
-
# Sx = float(VTemp[2]) + float(VTemp[3])
|
|
444
|
-
# Sy = float(VTemp[4]) + float(VTemp[5])
|
|
445
|
-
# Sz = float(VTemp[6]) + float(VTemp[7])
|
|
446
|
-
# spin_texture.write(f'{energia[i]} {Sx} {Sy} {Sz} ')
|
|
447
|
-
# spin_texture.write(f' \n')
|
|
448
|
-
|
|
449
408
|
for j in range (1,(nb+1)):
|
|
450
409
|
VTemp = spin.readline().split()
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
410
|
+
if (j == n_band):
|
|
411
|
+
Sx = float(VTemp[2]) + float(VTemp[3])
|
|
412
|
+
Sy = float(VTemp[4]) + float(VTemp[5])
|
|
413
|
+
Sz = float(VTemp[6]) + float(VTemp[7])
|
|
414
|
+
|
|
415
|
+
if (Dimensao != 4):
|
|
416
|
+
spin_texture .write(f'{kx} {ky} {kz} {energia[i]} {Sx} {Sy} {Sz} \n')
|
|
417
|
+
if (Dimensao == 4):
|
|
418
|
+
spin_texture .write(f'{k1} {k2} {k3} {energia[i]} {Sx} {Sy} {Sz} \n')
|
|
459
419
|
|
|
460
420
|
#-------------------
|
|
461
421
|
inform.close()
|
|
@@ -514,12 +474,8 @@ linha += 1; lines.insert(linha, '#==============================================
|
|
|
514
474
|
linha += 1; lines.insert(linha, '# These are the parameters that allows the code to run separatedly === \n')
|
|
515
475
|
linha += 1; lines.insert(linha, '#===================================================================== \n')
|
|
516
476
|
linha += 1; lines.insert(linha, '\n')
|
|
517
|
-
linha += 1; lines.insert(linha, f'
|
|
518
|
-
linha += 1; lines.insert(linha, f'
|
|
519
|
-
linha += 1; lines.insert(linha, f'nb = {nb} # Total Num. of bands \n')
|
|
520
|
-
linha += 1; lines.insert(linha, f'band_i = {band_i} # Initial band to be projected onto the Fermi contour \n')
|
|
521
|
-
linha += 1; lines.insert(linha, f'band_f = {band_f} # Final band to be projected onto the Fermi contour \n')
|
|
522
|
-
linha += 1; lines.insert(linha, f'allowed_bands = "all" # Allowed "all", "even" or "odd" bands \n')
|
|
477
|
+
linha += 1; lines.insert(linha, f'nk = {nk} # Total Num. of k-points \n')
|
|
478
|
+
linha += 1; lines.insert(linha, f'Banda = {n_band} # Band being analyzed \n')
|
|
523
479
|
linha += 1; lines.insert(linha, f'fator = {fator} # Factor by which the length of the spin vectors will be increased or decreased \n')
|
|
524
480
|
linha += 1; lines.insert(linha, f'pulo = {pulo} # Number of spin vectors to be ignored interleaved along the path of the band contour \n')
|
|
525
481
|
linha += 1; lines.insert(linha, f'n_d = {n_d} # Interpolation grid (DxD) \n')
|
|
@@ -529,13 +485,12 @@ linha += 1; lines.insert(linha, f'transp = {transp} # Transparency applied
|
|
|
529
485
|
linha += 1; lines.insert(linha, f'tipo_spin = {tipo_spin} # Component or Spin Vector to be analyzed, where: [1] Sx; [2] Sy; [3] Sz; [4] SxSy; [5] SxSz; [6] SySz \n')
|
|
530
486
|
linha += 1; lines.insert(linha, f'tipo_contour = {tipo_contour} # How to obtain the energies of the Level Curves: Where [0] is automatic; [1] energy range and [2] entered manually \n')
|
|
531
487
|
linha += 1; lines.insert(linha, f'n_contour = {n_contour} # Number of Level Contours to be obtained \n')
|
|
488
|
+
linha += 1; lines.insert(linha, f'bands_range = "{bands_range}" \n')
|
|
532
489
|
linha += 1; lines.insert(linha, f'Efermi = {Efermi} # Fermi energy from DFT outpout files \n')
|
|
533
490
|
linha += 1; lines.insert(linha, f'esc_fermi = {esc_fermi} # Would you like to shift the Fermi level? [0] No, use the value obtained from VASP [1] Yes, shift the Fermi level to 0.0 eV \n')
|
|
534
|
-
|
|
491
|
+
#--------------------------------
|
|
535
492
|
if (tipo_contour == 1):
|
|
536
493
|
linha += 1; lines.insert(linha, f'energ_i = {energ_i}; energ_f = {energ_f} # Starting and ending energy of the Energy Range in the Level Contours plot \n')
|
|
537
|
-
if (tipo_contour != 1):
|
|
538
|
-
linha += 1; lines.insert(linha, f'# energ_i = -1.0; energ_f = +1.0 # Starting and ending energy of the Energy Range in the Level Contours plot \n')
|
|
539
494
|
if (tipo_contour == 2):
|
|
540
495
|
linha += 1; lines.insert(linha, f'levels_n = {levels_n} # Energy values specified manually in the plot of Level Contours \n')
|
|
541
496
|
if (tipo_contour < 2):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vasprocar
|
|
3
|
-
Version: 1.1.19.
|
|
3
|
+
Version: 1.1.19.129
|
|
4
4
|
Summary: VASProcar is an open-source package written in the Python 3 programming language, which aims to provide an intuitive tool for the post-processing of the output files produced by the DFT VASP/QE codes, through an interactive user interface.
|
|
5
5
|
Home-page: https://doi.org/10.5281/zenodo.6343960
|
|
6
6
|
Download-URL: https://doi.org/10.5281/zenodo.6343960
|
|
@@ -69,6 +69,7 @@ vasprocar/src/etc/Greek_alphabet.jpg
|
|
|
69
69
|
vasprocar/src/inputs/input.vasprocar.bands
|
|
70
70
|
vasprocar/src/inputs/input.vasprocar.chgcar
|
|
71
71
|
vasprocar/src/inputs/input.vasprocar.dos
|
|
72
|
+
vasprocar/src/inputs/input.vasprocar.fermi_surface
|
|
72
73
|
vasprocar/src/inputs/input.vasprocar.location
|
|
73
74
|
vasprocar/src/inputs/input.vasprocar.locpot
|
|
74
75
|
vasprocar/src/inputs/input.vasprocar.orbitals
|
|
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
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/dos_plot/Grace/plot_dos_pdos_ldos.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/dos_plot/plot_dos_pdos_ldos.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_QE/projecao_angular_momentum.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
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/_VASP/dos_pdos_ldos_[polarizado].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
|
|
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
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/inputs/input.vasprocar.spin_video
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_dielectric_function.py
RENAMED
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_dos_pdos_ldos.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_projecao_localizacao.py
RENAMED
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_projecao_orbitais.py
RENAMED
|
File without changes
|
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_projecao_spin.py
RENAMED
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/Grace/plot_wave_function.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_bandas_3D_matplotlib.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_dielectric_function.py
RENAMED
|
File without changes
|
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_dos_pdos_ldos_[polarizado].py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_orbital_texture_vector.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_projecao_localizacao.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_spin_texture_4D_[iso].py
RENAMED
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_spin_texture_contour.py
RENAMED
|
File without changes
|
{vasprocar-1.1.19.128 → vasprocar-1.1.19.129}/vasprocar/src/plot/plot_spin_texture_contour_video.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
|