5.7.2. sesame.utils.load_sim¶
-
sesame.utils.load_sim(filename)[source]¶ Utility function that loads a system together with simulation results.
Parameters: filename: string :
Name of inputfile
Returns: system: Builder object :
A discritized system.
result: dictionary :
Dictionary containing 1D arrays of electron and hole quasi-Fermi levels and the electrostatic potential across the system. Keys are ‘efn’, ‘efp’, and/or ‘v’.