TCAD User
TCAD User
Hi @simbilod , sorry I haven't looked at this yet. I think your work is interesting with this and @gdsfactory. I suppose I could put this in some type of...
Hi @simbilod, can you put the PR on the r2.2.0 branch?
FD integrals here https://github.com/scott-maddox/fdint
I'm confused what f2py actually does. For my own code, I am using the Joyce-Dixon approximation in double precision. https://github.com/devsim/devsim/blob/master/src/MathEval/Fermi.cc
Hi @joamatab Can you please explain how these integrations work? Does the pre-commit force the user to refactor their code, or does the commit reformat what is placed in the...
Is there some type of .editorconfig file that can be used to control the c++ formatting?
Ideally, I think it is best to explore these types of questions at https://forum.devsim.org, since it promotes discussion of simulation issues other people may be having. The noisy reverse bias...
The Python packaging documentation I have found has been very confusing for me. I think a "binary wheels" would be the way to go, but I don't know how to...
this has truly been a dreadful exercise. exploring using the wheel package. ``` # setup.cfg [bdist_wheel] py-limited-api = cp36 ``` ``` #setup.py from setuptools import setup, Extension module1 = Extension('devsim.foo',...
I have create an automated build with binary wheels for the following intel 64 bit platforms: macOS, Linux, Windows. They should be able to be installed using this command: ```...