raw(text) data used in the plot of "Quasi Fermi Levels (Efn(red) & Efp (bleu)) vs Position"

24 views
Skip to first unread message

ms.kojima

unread,
Jun 17, 2021, 12:31:19 AM6/17/21
to aestim...@googlegroups.com
Hi,

I'm using aestimo2.0 for calculating characteristics of my devices using
InP-based quantum wells. I have a question about data used in the plot
as output
of the calculation.
I get some plots by matplotlib at the end of the calculation. I see the
graph with
the title "Quasi Fermi Levels (Efn(red) & Efp (bleu)) vs Position" and I
want to
plot this again using my favorite plotting software. However I can't
find the raw(text)
data in the folder that I choose to put the results. Do I need something
to do
to save the raw(text) data of it?

Thanks in advance.

h.h...@yahoo.fr

unread,
Jun 21, 2021, 7:36:28 PM6/21/21
to ms.kojima, Aestimo-users
Hi,
Go here:
line:4764 give or take
                saveoutput(
                    "np_data0_%.2f.dat" % vt,
                    (xaxis * 1e2, result.nf_result * 1e-6, result.pf_result * 1e-6),
                )
Add After them these lines:
                saveoutput(
                    "Efn_Efp_%.2f.dat" % vt,
                    (xaxis * 1e2, result.Efn_result , result.Efp_result ),
                )

best regards
Hamza
--
You received this message because you are subscribed to the Google Groups "aestimo-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aestimo-users+unsub...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages