pyvpmr 250523__cp38-cp38-musllinux_1_2_x86_64.whl → 250527__cp38-cp38-musllinux_1_2_x86_64.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-38-x86_64-linux-gnu.so +0 -0
- {pyvpmr-250523.dist-info → pyvpmr-250527.dist-info}/METADATA +7 -7
- {pyvpmr-250523.dist-info → pyvpmr-250527.dist-info}/RECORD +6 -6
- {pyvpmr-250523.dist-info → pyvpmr-250527.dist-info}/LICENSE +0 -0
- {pyvpmr-250523.dist-info → pyvpmr-250527.dist-info}/WHEEL +0 -0
- {pyvpmr-250523.dist-info → pyvpmr-250527.dist-info}/top_level.txt +0 -0
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
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>
|
@@ -810,7 +810,7 @@ Options:
|
|
810
810
|
-c, --max-exponent <int> maximum exponent (default: 4)
|
811
811
|
-d, --precision-bits <int> number of precision bits (default: 512)
|
812
812
|
-q, --quadrature-order <int> quadrature order (default: 500)
|
813
|
-
-m, --precision-multiplier <float> precision multiplier (default: 1.
|
813
|
+
-m, --precision-multiplier <float> precision multiplier (default: 1.05)
|
814
814
|
-e, --tolerance <float> tolerance (default: 1E-8)
|
815
815
|
-k, --kernel <string> file name of kernel function (default uses: exp(-t^2/4))
|
816
816
|
-s, --singular-values print singular values
|
@@ -839,7 +839,7 @@ Using the following parameters:
|
|
839
839
|
exponent = 4.
|
840
840
|
precision = 355.
|
841
841
|
quad. order = 500.
|
842
|
-
multiplier = 1.
|
842
|
+
multiplier = 1.0500e+00.
|
843
843
|
tolerance = 1.0000e-08.
|
844
844
|
kernel = exp(-t*t/4).
|
845
845
|
|
@@ -851,7 +851,7 @@ Using the following parameters:
|
|
851
851
|
[6/6] Done.
|
852
852
|
|
853
853
|
M =
|
854
|
-
+1.1745193571738943e+01+6.
|
854
|
+
+1.1745193571738943e+01+6.4196555242161141e-106j
|
855
855
|
-5.5143304351134397e+00+5.7204056791636839e+00j
|
856
856
|
-5.5143304351134397e+00-5.7204056791636839e+00j
|
857
857
|
-1.6161617424833762e-02+2.3459542440459513e+00j
|
@@ -871,7 +871,7 @@ S =
|
|
871
871
|
+1.7655956664692953e+00-2.7555720406099038e+00j
|
872
872
|
+1.7655956664692953e+00+2.7555720406099038e+00j
|
873
873
|
|
874
|
-
Running time:
|
874
|
+
Running time: 2044 ms.
|
875
875
|
```
|
876
876
|
|
877
877
|

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

|
910
910
|
|
@@ -1,12 +1,12 @@
|
|
1
|
-
_pyvpmr.cpython-38-x86_64-linux-gnu.so,sha256=
|
1
|
+
_pyvpmr.cpython-38-x86_64-linux-gnu.so,sha256=uO--8jDM8oCbRSZzFqm5AFUgA0Qw0o_Y5P7FvA2BPdg,12910113
|
2
2
|
pyvpmr/__init__.py,sha256=WaGuN2SMeM-uktVC8bI72m24JZDqGpeeSEjf5RnZ7uk,4834
|
3
3
|
pyvpmr.libs/libgcc_s-2298274a.so.1,sha256=V2IJwfUuwSSQhJqB29JtMx8hH79dCRjAvTQIGWShH-s,181737
|
4
4
|
pyvpmr.libs/libgmp-eefb79ef.so.10.5.0,sha256=sqMZbUSOxnNCKDhqvBhgKY2zF6y0S9Dz9C8P0qC4p7o,448009
|
5
5
|
pyvpmr.libs/libmpfr-465c6433.so.6.2.1,sha256=zmwWMcPW49baiJvVdrE3tdELgbP-H_1tvBqd5v49y2s,717257
|
6
6
|
pyvpmr.libs/libstdc++-08d5c7eb.so.6.0.33,sha256=k0S_imrCh_IE6WpvxrLoVPYiRyMVf15RDWRiXPIywV8,3562401
|
7
7
|
pyvpmr.libs/libtbb-f2920726.so.12.14,sha256=Z5jfi8srr_PIT55FQ3XV_380FY-vg1lgELm7G6m8LNk,259321
|
8
|
-
pyvpmr-
|
9
|
-
pyvpmr-
|
10
|
-
pyvpmr-
|
11
|
-
pyvpmr-
|
12
|
-
pyvpmr-
|
8
|
+
pyvpmr-250527.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
9
|
+
pyvpmr-250527.dist-info/METADATA,sha256=UPwUWS5C-XoG0xEgB9Sh9oq6hAgUYu5tkLTYte75oUY,51493
|
10
|
+
pyvpmr-250527.dist-info/WHEEL,sha256=AtKzrIIwO6LyEQPNa-CKogjoLSeXFnST8-hqmpwwZQA,110
|
11
|
+
pyvpmr-250527.dist-info/top_level.txt,sha256=Eg1XIUGMpHxqPFJiuE5mRh-LSacMJfhz3QoVoApXeQY,15
|
12
|
+
pyvpmr-250527.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|