Replies: 4 comments 3 replies
-
Hi, Could you follow these steps?
I hope that these steps can help. Best, |
Beta Was this translation helpful? Give feedback.
-
I solved this I think because I am working in an HPC environment the code was not reading my input file name for raman so I had to make some changes to the src raman.readf90 code. I will summarize what I did maybe it might be useful for someone. changes I made |
Beta Was this translation helpful? Give feedback.
-
you welcome professor, I wanted to ask you a question on quantum expresso, I noticed the constrained magnetization for bands code in quantum expresso &QERaman is not tested or allowed to run. so how do I go about calculating the band structure of a compound with more than one transition metal in it and can be in a high spin low-spin configuration. usually we use tot-magnetization to fix the spin configuration or magnetism but since it won't run for bands do you have an ideal on how to fix the magnetization for such calculation in bands so that we can calculate for compound like MnFeCN at different spin configuration. I was thinking of using starting magnetization, but it usually converges to mostly one spin configuration like only high spin-low spin, you might not be able to try for other spin configurations.
Best Regards,
Kayode.
…________________________________
From: Quantum Materials @ Tohoku University ***@***.***>
Sent: Sunday, June 2, 2024 11:57 AM
To: nguyen-group/QERaman ***@***.***>
Cc: Kayode O Ojo ***@***.***>; Author ***@***.***>
Subject: Re: [nguyen-group/QERaman] raman.x (Discussion #17)
You don't often get email from ***@***.*** Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
[EXTERNAL SENDER]
Dear Kayojo,
I really appreciate your efforts.
Your information is extremely helpful.
Best,
Nguyen
—
Reply to this email directly, view it on GitHub<#17 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BHP7QD3AWSZELRBLFSRYTLDZFM6F3AVCNFSM6AAAAABHVDGWC6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMMZZGI3DE>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Thanks, professors.
Best Regards,
Kayode.
…________________________________
From: Quantum Materials @ Tohoku University ***@***.***>
Sent: Wednesday, June 5, 2024 12:17 AM
To: nguyen-group/QERaman ***@***.***>
Cc: Kayode O Ojo ***@***.***>; Author ***@***.***>
Subject: Re: [nguyen-group/QERaman] raman.x (Discussion #17)
You don't often get email from ***@***.*** Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
[EXTERNAL SENDER]
Dear Kayode,
You are correct. The constrained magnetization is disabled in QE for electron-phonon interaction.
One way to run it is that you need to comment on the following lines 114-116 in the QERaman/src/bands.f90. Then, you can recompile with "make all".
Please see: #1<#1>
However, since it is not tested, you might get the bug.
Best,
Nguyen
—
Reply to this email directly, view it on GitHub<#17 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BHP7QD7IUQE3J3D5SS4ASRTZF2GNJAVCNFSM6AAAAABHVDGWC6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMNZSGY3DK>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I am running the raman.x on my HPC for the example and I got this error
At line 152 of file raman_read.f90 (unit = 101)
Fortran runtime error: Cannot open file '': No such file or directory
Error termination. Backtrace:
#0 0x7ff056eadd11 in ???
#1 0x7ff056eae859 in ???
#2 0x7ff056eaf53f in ???
#3 0x7ff0570ee9c6 in ???
#4 0x7ff0570eecbc in ???
#5 0x55d8e4e26928 in __raman_read_MOD_read_dvec
at /work/pi_mmayes_umassd_edu/qe-7.3/QERaman/src/raman_read.f90:152
#6 0x55d8e4e1ebae in raman
at /work/pi_mmayes_umassd_edu/qe-7.3/QERaman/src/raman.f90:51
#7 0x55d8e4e1e23e in main
at /work/pi_mmayes_umassd_edu/qe-7.3/QERaman/src/raman.f90:4
and the graphene.dvec file is present in my working directory i don't why it giving this error pls any help on this will be appreciated. I have also attached the image of the output file
Beta Was this translation helpful? Give feedback.
All reactions