Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Missing File creation Information for Raman Calculation #1

Open
rambalachandran opened this issue Jun 29, 2017 · 1 comment
Open

Missing File creation Information for Raman Calculation #1

rambalachandran opened this issue Jun 29, 2017 · 1 comment

Comments

@rambalachandran
Copy link

Hi,

I'm trying to reproduce example 15 to calculate Infrared and Raman spectrum. I was able to successfully run pw.x, ph.x and dynmat.x for the ZnO example.

But I could not run the last step plot_command_zno.cmd which requires a file plotdata_zno.dat. This file exists in your example directory, but apparently is not created at the end of dynmat.x. I went through run_example and realized that file needs to be created from output using the following command.

awk 'NR==1,/mode/{next}/DYNMAT/,NR==0{next}{print}' zno.dm.out > plotdata_zno.dat

Adding this information to README will make it helpful to reproduce the data.

@srtlg
Copy link

srtlg commented Oct 17, 2017

The example is actually misleading. You cannot calculate the Raman intensities this way, only the IR-intensities.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants