pyvpmr 250526__cp39-cp39-macosx_14_0_arm64.whl → 250527__cp39-cp39-macosx_14_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- _pyvpmr.cpython-39-darwin.so +0 -0
- {pyvpmr-250526.dist-info → pyvpmr-250527.dist-info}/METADATA +7 -7
- {pyvpmr-250526.dist-info → pyvpmr-250527.dist-info}/RECORD +6 -6
- {pyvpmr-250526.dist-info → pyvpmr-250527.dist-info}/WHEEL +1 -1
- {pyvpmr-250526.dist-info → pyvpmr-250527.dist-info}/licenses/LICENSE +0 -0
- {pyvpmr-250526.dist-info → pyvpmr-250527.dist-info}/top_level.txt +0 -0
_pyvpmr.cpython-39-darwin.so
CHANGED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pyvpmr
|
3
|
-
Version:
|
3
|
+
Version: 250527
|
4
4
|
Summary: The VPMR Algorithm
|
5
5
|
Author-email: Theodore Chang <tlcfem@gmail.com>
|
6
6
|
Maintainer-email: Theodore Chang <tlcfem@gmail.com>
|
@@ -813,7 +813,7 @@ Options:
|
|
813
813
|
-c, --max-exponent <int> maximum exponent (default: 4)
|
814
814
|
-d, --precision-bits <int> number of precision bits (default: 512)
|
815
815
|
-q, --quadrature-order <int> quadrature order (default: 500)
|
816
|
-
-m, --precision-multiplier <float> precision multiplier (default: 1.
|
816
|
+
-m, --precision-multiplier <float> precision multiplier (default: 1.05)
|
817
817
|
-e, --tolerance <float> tolerance (default: 1E-8)
|
818
818
|
-k, --kernel <string> file name of kernel function (default uses: exp(-t^2/4))
|
819
819
|
-s, --singular-values print singular values
|
@@ -842,7 +842,7 @@ Using the following parameters:
|
|
842
842
|
exponent = 4.
|
843
843
|
precision = 355.
|
844
844
|
quad. order = 500.
|
845
|
-
multiplier = 1.
|
845
|
+
multiplier = 1.0500e+00.
|
846
846
|
tolerance = 1.0000e-08.
|
847
847
|
kernel = exp(-t*t/4).
|
848
848
|
|
@@ -854,7 +854,7 @@ Using the following parameters:
|
|
854
854
|
[6/6] Done.
|
855
855
|
|
856
856
|
M =
|
857
|
-
+1.1745193571738943e+01+6.
|
857
|
+
+1.1745193571738943e+01+6.4196555242161141e-106j
|
858
858
|
-5.5143304351134397e+00+5.7204056791636839e+00j
|
859
859
|
-5.5143304351134397e+00-5.7204056791636839e+00j
|
860
860
|
-1.6161617424833762e-02+2.3459542440459513e+00j
|
@@ -874,7 +874,7 @@ S =
|
|
874
874
|
+1.7655956664692953e+00-2.7555720406099038e+00j
|
875
875
|
+1.7655956664692953e+00+2.7555720406099038e+00j
|
876
876
|
|
877
|
-
Running time:
|
877
|
+
Running time: 2044 ms.
|
878
878
|
```
|
879
879
|
|
880
880
|

|
@@ -906,8 +906,8 @@ echo "exp(-t*t/10)" > kernel.txt
|
|
906
906
|
|
907
907
|
## Performance
|
908
908
|
|
909
|
-
The
|
910
|
-
|
909
|
+
The majority of the algorithm is parallelised to extract the maximum performance.
|
910
|
+
The following is a typical performance profile on a i7-10750H platform using the `./vpmr -n 80`.
|
911
911
|
|
912
912
|

|
913
913
|
|
@@ -1,12 +1,12 @@
|
|
1
|
-
_pyvpmr.cpython-39-darwin.so,sha256=
|
1
|
+
_pyvpmr.cpython-39-darwin.so,sha256=g05V6vXS9baM-WV8JzKFqnZjAcQL5u5QHWh04UVzdw4,11772960
|
2
2
|
pyvpmr/__init__.py,sha256=WaGuN2SMeM-uktVC8bI72m24JZDqGpeeSEjf5RnZ7uk,4834
|
3
3
|
pyvpmr/.dylibs/libstdc++.6.dylib,sha256=95Xgj-wWrZqFveFBIhk8eSBgsTIRVGpy19fAeQk_imU,3371040
|
4
4
|
pyvpmr/.dylibs/libtbb.12.15.dylib,sha256=qvM-tgmjygDS_IGuTY75cPugsgxgkWQBvK38GsckG9Y,338816
|
5
5
|
pyvpmr/.dylibs/libgcc_s.1.1.dylib,sha256=UFd9rarNTDe-odlHg6YqBWjuSedl_enFnBqcWzl3D3g,183168
|
6
6
|
pyvpmr/.dylibs/libgmp.10.dylib,sha256=XgNl9xsFt1VGpFDJv-Bo2InSP_4SM7MuMkt7Nz1sgd0,452816
|
7
7
|
pyvpmr/.dylibs/libmpfr.6.dylib,sha256=HlSKXrk4gR0FCrv1nspkodY5oKV_kswJoyHHJuaeGMc,453104
|
8
|
-
pyvpmr-
|
9
|
-
pyvpmr-
|
10
|
-
pyvpmr-
|
11
|
-
pyvpmr-
|
12
|
-
pyvpmr-
|
8
|
+
pyvpmr-250527.dist-info/RECORD,,
|
9
|
+
pyvpmr-250527.dist-info/WHEEL,sha256=DhkyuvaF_ECzC6tOpvYO14C_ylOEhcIxq8q81VPjNdw,134
|
10
|
+
pyvpmr-250527.dist-info/top_level.txt,sha256=Eg1XIUGMpHxqPFJiuE5mRh-LSacMJfhz3QoVoApXeQY,15
|
11
|
+
pyvpmr-250527.dist-info/METADATA,sha256=QDjPykjfzHP8x7vhm9NTTGQNhsGS5jFQuCxKYcdYBtg,51590
|
12
|
+
pyvpmr-250527.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
File without changes
|
File without changes
|