Results 41 comments of Diego Alonso Álvarez

Well, I guess I didn't thought it was necessary to use SPICE to solve a simple 2-diode equation. What's to be gained? What's the use case? I agree it might...

It is a (very) weird behaviour, to be honest, however, it is the intended one if we consider where it comes from: This method was implemented to calculate what is...

Unfortunately, the material system cannot be pickled. This is a long lost battle that I’m afraid can only be solved by refactoring the material system altogether. As it is now,...

Hi José, Many thanks for commenting on this.I have heard of that module but I have never used it. It looks really promising. From the points you mention, the ones...

Please, have a look at [this example](examples/Schrodinger_QW_and_MQW.py). The output of the QM.schrodinger function used towards the end contains all the information related to the band structure, wave functions and energy...

You can provide `Efield` as input parameter to the schrodinger solver. Please, [have a look at the documentation](http://docs.solcore.solar/en/master/QM/Schrodinger.html#module-solcore.quantum_mechanics.high_level_kp_QW).

Please, stop asking questions in this issue. This was separate topic to improve existing features, not to solve problems. Also a couple of things: when asking for help, please provide...

Unfortunetly, this is not that well documented - if documented at all :( You can have a look at the function that does that here: https://github.com/qpv-research-group/solcore5/blob/95a2b01dbac7f3feae812709890f0e630cdbbdd6/solcore/analytic_solar_cells/tunnel_junctions.py#L88 Essentially you will need...

Controlling the verbosity hasn't been a priority, so I am afraid there are little options there, at the moment. Ideally, we will like to implement a [proper logging system](https://docs.python.org/3/library/logging.html) and...

Thank you very much for the information. It is certainly an excellent source of information and references, although it will need some tweaking as the PDD solver is written in...