ZMCintegral icon indicating copy to clipboard operation
ZMCintegral copied to clipboard

An easy way to use multi-GPUs to calculate multi-dimensional integration

Results 9 ZMCintegral issues
Sort by recently updated
recently updated
newest added

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...

dependencies

Hi, I've read your paper with great interest, but I could not find the TensorFlow version of ZMCintegral. Could you may point me to the right repository?

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 3.3.2. Changelog Sourced from cryptography's changelog. 3.3.2 - 2021-02-07 * **SECURITY ISSUE:** Fixed a bug where certain sequences of ``update()`` calls when symmetrically encrypting very...

dependencies

Hi. I using the example with the integration math.sin(x[0]+x[1]+x[2]+x[3]) I inserted an intermediate function: ( I checked that it can be evaluated outside of my_func(x)) def my_func(x): yu = math.sin(x[0]+x[1]+x[2]+x[3])...

The code throws an error if the function takes more arguments than given in the domain, but setting the end and beginning of an interval in the domain causes the...

Is there a way to perform linear algebra routines with ZMCintegral? It seems that it is not supported to use kernels in the device function, and CuPy/PyCulib does not seem...

I have a very long expression that I want to integrate and i am getting the following error : LLVM ERROR: out of memory Traceback (most recent call last): File...