Ovidio Peña Rodríguez
|
25540fd3b0
Completed change to pybind11. Everything seems to be working properly but more testing is needed.
|
před 6 roky |
Konstantin Ladutenko
|
4b896ab3e0
add ifdef block to pb11_wrapper.cc to avoid copy-paste for mp version
|
před 6 roky |
Ovidio Peña Rodríguez
|
4165e55421
Completed port from Cython to pybind11.
|
před 6 roky |
Konstantin Ladutenko
|
af93dec994
rename module
|
před 6 roky |
Konstantin Ladutenko
|
387df4bd2a
add vectorized scattcoeffs
|
před 6 roky |
Konstantin Ladutenko
|
4bce8446d3
move to additional file
|
před 6 roky |
Konstantin Ladutenko
|
5aebbc1ef7
smth works
|
před 6 roky |
Ruslan Kabatsayev
|
57a5f6673c
Some build tweaks for standalone C++ programs (#13)
|
před 6 roky |
Ovidio Peña Rodríguez
|
71a297d952
Updated copyright and prepared the code to add scattnlay to PyPI.
|
před 7 roky |
Ovidio Peña Rodríguez
|
091a523e47
Moved scattnlay.pyx to src directory.
|
před 7 roky |
Ovidio Peña Rodríguez
|
2b3d925363
Removed dependence on 'python-support' to build the Debian package because it has been deprecated, now we use 'dh-python'.
|
před 8 roky |
Ovidio Peña Rodríguez
|
03ae36c3d8
Fixed compilation of Python module and Debian package with multiprecision (will compile module 'scattnlay' with DP and 'scattnlay_mp' with MP).
|
před 8 roky |
Ovidio Peña Rodríguez
|
aab2afa40d
Updated version number to 2.1 and fixed some scripts to compile the Debian package.
|
před 8 roky |
Konstantin Ladutenko
|
796dc711df
nmie-applied compiles with double
|
před 8 roky |
Ovidio Peña Rodríguez
|
1c880dd237
Standalone programs and Python extensions are compiling with multiprecision. The debian package is still failing to build with MP.
|
před 8 roky |
Ovidio Peña Rodríguez
|
ae294b55fd
Changed version number to '2.0'.
|
před 9 roky |
Ovidio Peña Rodríguez
|
0ba31ec33e
Format changes.
|
před 9 roky |
Ovidio Peña Rodríguez
|
bfafd4bcfb
Reorganized code and increased version number to 2.0.0
|
před 9 roky |
Ovidio Peña Rodríguez
|
098e75e02b
Even more changes. Reorganized code.
|
před 10 roky |
Ovidio Peña Rodríguez
|
c23b1aae05
Reorganized source code
|
před 10 roky |
Konstantin Ladutenko
|
9f9c1d38f9
Makefile changes
|
před 10 roky |
Konstantin Ladutenko
|
f18c4ddd11
correct calculations of zeta and diff(zeta)
|
před 10 roky |
Konstantin Ladutenko
|
5ce07e9840
removed warnings about unsigned int comparison
|
před 10 roky |
Ovidio Peña Rodríguez
|
dbc77d4de9
Fixed Makefile.
|
před 10 roky |
Ovidio Peña Rodríguez
|
054818f26a
Revised and reorganized the code even more. The error calculating internal fields persists.
|
před 10 roky |
Ovidio Peña Rodríguez
|
8dafd465ef
Python wrapper working with new class.
|
před 10 roky |
Ovidio Peña Rodríguez
|
a098084807
Core calculations ported to C++ class.
|
před 10 roky |
Ovidio Peña Rodríguez
|
dc8fce03a2
Standarized compilation of python extension.
|
před 10 roky |
Ovidio Peña Rodríguez
|
553a8d05d1
Reversed changes to scattnlay.pyx because the python extension would compile well but it was not returning the complex vectors (S1 and S2). If changed again we must verify that tes04.py works!!!
|
před 10 roky |
Ovidio Peña Rodríguez
|
8d6d84aa20
Calculation of electric field outside the particle is mostly working. Added a python test for this calculation.
|
před 10 roky |