pyvpmr 250526__cp38-cp38-macosx_13_0_x86_64.whl → 250527__cp38-cp38-macosx_13_0_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.
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyvpmr
3
- Version: 250526
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.5)
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.5000e+00.
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.4089561283054790e-107j
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: 3112 ms.
874
+ Running time: 2044 ms.
875
875
  ```
876
876
 
877
877
  ![exp(-t^2/4)](https://raw.githubusercontent.com/TLCFEM/vpmr/master/resource/example.png)
@@ -903,8 +903,8 @@ echo "exp(-t*t/10)" > kernel.txt
903
903
 
904
904
  ## Performance
905
905
 
906
- The computation of weights, that involves integrals, and SVD are parallelised.
907
- A typical profiling would yield something similar to the following.
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
  ![profiling](https://raw.githubusercontent.com/TLCFEM/vpmr/master/resource/profile.png)
910
910
 
@@ -1,12 +1,12 @@
1
- _pyvpmr.cpython-38-darwin.so,sha256=EkkW0BtdDOPgYMjZyxPFbPlTV-m4TL8evs8MUjlhBus,12184704
1
+ _pyvpmr.cpython-38-darwin.so,sha256=MYGHi_C4ZsgMi5vND_hCrT5GzNb7ingjAZW0phCfMJA,12201648
2
2
  pyvpmr/__init__.py,sha256=WaGuN2SMeM-uktVC8bI72m24JZDqGpeeSEjf5RnZ7uk,4834
3
3
  pyvpmr/.dylibs/libstdc++.6.dylib,sha256=Ohn-mC6RtPotV1g4ks283wImG2BmhQBtMiMk6qeuXvA,3543184
4
4
  pyvpmr/.dylibs/libtbb.12.15.dylib,sha256=TlHBNo74RmhIFv1B5Bl2BN0DWECG_DRkx1PwXOatAbg,396192
5
5
  pyvpmr/.dylibs/libgcc_s.1.1.dylib,sha256=rd22bXo8339j1MSaHHbJqVNhMvb0YFzIzGwe951nMSE,244384
6
6
  pyvpmr/.dylibs/libgmp.10.dylib,sha256=Hf8EPoCP7xci82j--RT-O4vUMebLYJYMv1ESObFtE0Y,486272
7
7
  pyvpmr/.dylibs/libmpfr.6.dylib,sha256=y42em9NoUc5gt34RuVC_eImab0eo2XF6wy_tOhIVqb8,486224
8
- pyvpmr-250526.dist-info/RECORD,,
9
- pyvpmr-250526.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
10
- pyvpmr-250526.dist-info/WHEEL,sha256=NFD0LgW8Py3AKFoH-klbEcdqZmx_8YdquOvAjkNq_JM,108
11
- pyvpmr-250526.dist-info/top_level.txt,sha256=Eg1XIUGMpHxqPFJiuE5mRh-LSacMJfhz3QoVoApXeQY,15
12
- pyvpmr-250526.dist-info/METADATA,sha256=EwhJU5sw8wMHyggYzQ7esuoRbAeKRMn8OaRFvStVUJA,51460
8
+ pyvpmr-250527.dist-info/RECORD,,
9
+ pyvpmr-250527.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
10
+ pyvpmr-250527.dist-info/WHEEL,sha256=NFD0LgW8Py3AKFoH-klbEcdqZmx_8YdquOvAjkNq_JM,108
11
+ pyvpmr-250527.dist-info/top_level.txt,sha256=Eg1XIUGMpHxqPFJiuE5mRh-LSacMJfhz3QoVoApXeQY,15
12
+ pyvpmr-250527.dist-info/METADATA,sha256=UPwUWS5C-XoG0xEgB9Sh9oq6hAgUYu5tkLTYte75oUY,51493