dschick / udkm1Dsim

A Python Simulation Toolkit for 1D Ultrafast Dynamics in Condensed Matter
http://udkm1dsim.readthedocs.io
MIT License
21 stars 16 forks source link

An error while calculating backside excitation #150

Closed Serj-R closed 10 months ago

Serj-R commented 10 months ago

image

Hi,

https://udkm1dsim.readthedocs.io/en/latest/examples/heat.html in this code there is an error while trying calculating the backside excitation

dschick commented 10 months ago

I guess you have installed the toolbox from pypi using pip install udkm1Dsim?

if so, please do an upgrade pip install --upgrade udkm1Dsim since I have not rebuilt the package in long time.

Serj-R commented 10 months ago

Yes, now it works! Thank you!