pyvpmr 250523__cp313-cp313-macosx_14_0_arm64.whl → 250527__cp313-cp313-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.
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyvpmr
3
- Version: 250523
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.5)
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.5000e+00.
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.4089561283054790e-107j
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: 3112 ms.
877
+ Running time: 2044 ms.
878
878
  ```
879
879
 
880
880
  ![exp(-t^2/4)](https://raw.githubusercontent.com/TLCFEM/vpmr/master/resource/example.png)
@@ -906,8 +906,8 @@ echo "exp(-t*t/10)" > kernel.txt
906
906
 
907
907
  ## Performance
908
908
 
909
- The computation of weights, that involves integrals, and SVD are parallelised.
910
- A typical profiling would yield something similar to the following.
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
  ![profiling](https://raw.githubusercontent.com/TLCFEM/vpmr/master/resource/profile.png)
913
913
 
@@ -1,12 +1,12 @@
1
- _pyvpmr.cpython-313-darwin.so,sha256=KWmf_A6rxn2qzN5bwFGxVs0B4Wa6CzCTMvQQztFtrVA,12766976
2
- pyvpmr-250523.dist-info/RECORD,,
3
- pyvpmr-250523.dist-info/WHEEL,sha256=TtdMwq5Rxv7yGMx303f2GfeyeGccWwMuRF46HNDT3Vo,136
4
- pyvpmr-250523.dist-info/top_level.txt,sha256=Eg1XIUGMpHxqPFJiuE5mRh-LSacMJfhz3QoVoApXeQY,15
5
- pyvpmr-250523.dist-info/METADATA,sha256=y-pnEke6weMI55Yg-wC1MC6UPJPTqeKHmcp11QqBJ1I,51557
6
- pyvpmr-250523.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
1
+ _pyvpmr.cpython-313-darwin.so,sha256=qzj95XM91OwJ0UIjvUp6XiVDpNk0YqO6zOzj3Klf52k,11772128
7
2
  pyvpmr/__init__.py,sha256=WaGuN2SMeM-uktVC8bI72m24JZDqGpeeSEjf5RnZ7uk,4834
8
3
  pyvpmr/.dylibs/libstdc++.6.dylib,sha256=95Xgj-wWrZqFveFBIhk8eSBgsTIRVGpy19fAeQk_imU,3371040
9
4
  pyvpmr/.dylibs/libtbb.12.15.dylib,sha256=qvM-tgmjygDS_IGuTY75cPugsgxgkWQBvK38GsckG9Y,338816
10
5
  pyvpmr/.dylibs/libgcc_s.1.1.dylib,sha256=UFd9rarNTDe-odlHg6YqBWjuSedl_enFnBqcWzl3D3g,183168
11
6
  pyvpmr/.dylibs/libgmp.10.dylib,sha256=XgNl9xsFt1VGpFDJv-Bo2InSP_4SM7MuMkt7Nz1sgd0,452816
12
7
  pyvpmr/.dylibs/libmpfr.6.dylib,sha256=HlSKXrk4gR0FCrv1nspkodY5oKV_kswJoyHHJuaeGMc,453104
8
+ pyvpmr-250527.dist-info/RECORD,,
9
+ pyvpmr-250527.dist-info/WHEEL,sha256=ZQJAUvKl3_G657Vy_VrVH7Krx2Keg1PVu64bdERsotU,136
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
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp313-cp313-macosx_14_0_arm64
5
5
  Generator: delocate 0.13.0