We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear Developer,
I am trying to use Phonopy-Spectroscopy to calculate the Raman spectra for some polar semiconductors.
However, I found the results with NAC are the same as the ones without NAC.
Any suggestions would be greatly appreciated.
Best, Ruiqi
Below is the script I used. If I did something wrong, please let me know.
phonopy --dim='4 4 4' --readfc --hdf5 --fc-symmetry --mesh='1 1 1' --eigenvectors --nac -c CONTCAR ##irreps phonopy --dim='4 4 4' --readfc --hdf5 --fc-symmetry --irreps='0 0 0' --nac -c CONTCAR
##phonon line widths phono3py --dim="2 2 2" --dim_fc2="4 4 4" --fc2 --fc3 -v --br --thm --mesh="48 48 48" --write_gamma --nac --gp=0 -c CONTCAR
phonopy-raman -p --irreps-yaml irreps.yaml --linewidth-hdf5="kappa-m484848-g0.hdf5" --linewidth-temperature=300
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Developer,
I am trying to use Phonopy-Spectroscopy to calculate the Raman spectra for some polar semiconductors.
However, I found the results with NAC are the same as the ones without NAC.
Any suggestions would be greatly appreciated.
Best,
Ruiqi
Below is the script I used. If I did something wrong, please let me know.
phonopy --dim='4 4 4' --readfc --hdf5 --fc-symmetry --mesh='1 1 1' --eigenvectors --nac -c CONTCAR
##irreps
phonopy --dim='4 4 4' --readfc --hdf5 --fc-symmetry --irreps='0 0 0' --nac -c CONTCAR
##phonon line widths
phono3py --dim="2 2 2" --dim_fc2="4 4 4" --fc2 --fc3 -v --br --thm --mesh="48 48 48" --write_gamma --nac --gp=0 -c CONTCAR
phonopy-raman -p --irreps-yaml irreps.yaml --linewidth-hdf5="kappa-m484848-g0.hdf5" --linewidth-temperature=300
The text was updated successfully, but these errors were encountered: