Replies: 3 comments 3 replies
-
Hey How can I give a dotted line label to the band plot in sumo-bandplot . anyone can help? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey Adam,
Thanks for your comment. I got a dashed line at zero. Can
you help me with one more thing. is there any tool in sumo which can give
me a band structure with showing contribution from bulk and surface atoms
with different colour.
Thanks,
…On Wed, May 5, 2021 at 11:54 PM Adam J. Jackson ***@***.***> wrote:
This is not currently available, but has been requested a few times
including this merge request #68
<#68> where we reached some
agreement on how those options could work. I'm sorry that we haven't got
this into Sumo yet.
As a temporary hack, you could add the code
plt.axhline(0, 0, 1, linestyle='--', color='k')
to line 431 of *sumo/cli/bandplot.py*. This will draw a dashed black
horizontal line at zero.
In Sumo, zero will be the VBM for a semiconductor. We do not consider the
Fermi energy of band structure calculations to be reliable, so the VBM is a
more useful reference point. (And makes it easy to read the bandgap!)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#128 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AT6WIKU3NQQCYIMKOQBPRDDTMGEMRANCNFSM4VAVT3CA>
.
--
*SUBHADIP PRADHAN*
RESEARCH SCHOLAR
SCHOOL OF PHYSICAL SCIENCE
NISER, BHUBANESWAR
ODISHA-752050, INDIA
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks Adam and Alex for your reply.
…On Sat, May 8, 2021 at 1:54 AM Alex Ganose ***@***.***> wrote:
Yeah, this is currently possible for a density of states using the --atom
option but not for a band structure.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#128 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AT6WIKVULILBYATITWCKZ53TMREAHANCNFSM4VAVT3CA>
.
--
*SUBHADIP PRADHAN*
RESEARCH SCHOLAR
SCHOOL OF PHYSICAL SCIENCE
NISER, BHUBANESWAR
ODISHA-752050, INDIA
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions