solcore5 icon indicating copy to clipboard operation
solcore5 copied to clipboard

A multi-scale, python-based library for the modelling of solar cells and semiconductor materials

Results 55 solcore5 issues
Sort by recently updated
recently updated
newest added

Currently, when trying to get parameters using the material_system module, the `get_parameters` function parses the material string, strips out the numbers (to pass them as alloy fractions), and then tries...

Solcore has built-in most binary and ternary III-V semiconductors with their properties taken from the [Vurgaftman and Meyer 2001 paper](https://doi.org/10.1063/1.1368156). Quaternary alloys or other material systems (II-VI, CIGS, CZTS, etc.)...

enhancement

**Describe the bug** Installing Solcore with the PDD fails on new-generation MacBook (Apple M1 Max chip). This appears to be due to the `-march=native` flag used during compilation of the...

bug

**Please, confirm the following:** - [ ] I have checked [Solcore’s documentation](http://docs.solcore.solar/en/master/) and could not find the answer. - [ ] I haven’t found any [other issue](https://github.com/qpv-research-group/solcore5/issues?q=) on a related...

question
Documentation

The documentation for the PDD solver states that the output is provided as a nested dictionary. However, that is not correct: it is provided as a `State` object with the...

good first issue
Documentation

**Please, confirm the following:** - [x] I have checked [Solcore’s documentation](http://docs.solcore.solar/en/master/) and could not find the answer. - [x] I haven’t found any [other issue](https://github.com/qpv-research-group/solcore5/issues?q=) on a related topic. **What’s...

question

**Please, confirm the following:** - [ Yes] I have checked [Solcore’s documentation](http://docs.solcore.solar/en/master/) and could not find the answer. - [ Yes] I haven’t found any [other issue](https://github.com/qpv-research-group/solcore5/issues?q=) on a related...

question

Hi all, I have recently read an article on the [mpmath](https://www.kdnuggets.com/2021/10/limitless-math-python.html) module. I haven't tested myself, but I have the impression that great progress has been done in performance. I...

The radiative saturation current in the diode equation module is currently implemented incorrectly. The radiative saturation current is an interface property and depends on the smaller of the optical density...

bug