Sylvain Tricot
2da7549d99
Fixed ModuleNotFoundError during 'make'.
...
The eps.so was loaded by __init__.py during making
the shared object and was obviously not found.
The import is now enclose in a try...except block to
avoid raising an exception.
2022-03-07 14:15:23 +01:00
Sylvain Tricot
04e936c881
Added gitignore file.
2022-03-07 11:59:04 +01:00
Sylvain Tricot
b6a1e2bb04
Added a simple Python example.
2022-03-07 11:54:56 +01:00
Sylvain Tricot
2a5bfba3da
Output is redirected to stdout by default.
2022-03-07 11:53:48 +01:00
Sylvain Tricot
a28696d2a7
Added the compute function.
2022-03-07 11:53:05 +01:00
Sylvain Tricot
88436fabdf
Added python support for writing input file.
2022-03-03 18:42:55 +01:00
Sylvain Tricot
b1d47a718e
Rewrote Makefile rules
2022-02-28 22:30:37 +01:00
Sylvain Tricot
1feaa0591f
New file hierarchy.
...
This allows to build python bindings with a new Makefile
2022-02-25 17:27:15 +01:00
Sylvain Tricot
9893530eb7
initial commit
2022-02-02 16:19:10 +01:00