-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added several examples: - diamond - graphite - GaAs => bands are still a bit not good - Al * Adding Miki Bonacci to the contributors in the README file. * Bands for GaAs now are good * fixing the q-path for the new examples. fixed back the convert-to-json script, and added also some custom qpts and reps dict for the new cases. * New qpath * performed a more converged calculation for Aluminum, and added more q points for U|K->G path, to have a better interpolation (there is a crossing point just outside U|K). Added specific path for FCC examples that I added: Diamond, Aluminum and GaAs. * disabling the tooltip (problematic selection if we have bands which are close) * Fixed names for the files and the convert-to-json file
- Loading branch information
1 parent
3a9aa7b
commit 818df1e
Showing
45 changed files
with
27,505 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
&INPUT | ||
asr = 'simple' | ||
flfrc = 'GaAs.fc' | ||
flfrq = 'GaAs.freq' | ||
flvec = 'GaAs.modes' | ||
! loto_2d = .true. | ||
q_in_cryst_coord = .true. | ||
q_in_band_form = .true. | ||
/ | ||
7 | ||
0.000 0.000 0.000 20 ! G | ||
0.5000000000 0.0000000000 0.5000000000 20 ! X | ||
0.6250000000 0.2500000000 0.6250000000 30 ! K | ||
1 1 1 20 ! G | ||
0.5000000000 0.5000000000 0.5000000000 20 ! L | ||
0.5000000000 0.2500000000 0.7500000000 20 ! W | ||
0.5000000000 0.0000000000 0.5000000000 1 ! X |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
Program MATDYN v.7.1 starts on 4Jun2024 at 0:57:44 | ||
|
||
This program is part of the open-source Quantum ESPRESSO suite | ||
for quantum simulation of materials; please cite | ||
"P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009); | ||
"P. Giannozzi et al., J. Phys.:Condens. Matter 29 465901 (2017); | ||
"P. Giannozzi et al., J. Chem. Phys. 152 154105 (2020); | ||
URL http://www.quantum-espresso.org", | ||
in publications or presentations arising from this work. More details at | ||
http://www.quantum-espresso.org/quote | ||
|
||
Parallel version (MPI & OpenMP), running on 12 processor cores | ||
Number of MPI processes: 12 | ||
Threads/MPI process: 1 | ||
|
||
MPI processes distributed on 1 nodes | ||
R & G space division: proc/nbgrp/npool/nimage = 12 | ||
238142 MiB available memory on the printing compute node when the environment starts | ||
|
||
mass for atomic type 1 not given; uses mass from file GaAs.fc | ||
mass for atomic type 2 not given; uses mass from file GaAs.fc | ||
|
||
MATDYN : 0.04s CPU 0.04s WALL | ||
|
||
|
||
This run was terminated on: 0:57:44 4Jun2024 | ||
|
||
=------------------------------------------------------------------------------= | ||
JOB DONE. | ||
=------------------------------------------------------------------------------= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
GaAs | ||
&inputph | ||
outdir='/home/bonacc_m/Documents/phonons/GaAs/TMP' | ||
prefix='GaAs' | ||
fildyn='GaAs.dyn', | ||
tr2_ph=1d-13, | ||
epsil=.true., | ||
asr=.true., | ||
!lraman=.true., | ||
!elop=.true., | ||
!zeu=.true., | ||
!zue=.true., | ||
ldisp=.true. | ||
nq1=4 | ||
nq2=4 | ||
nq3=4 | ||
/ |
Oops, something went wrong.