hw2d

View on PyPIReverse Dependencies (0)

1.0.4 hw2d-1.0.4-py3-none-any.whl

Wheel Details

Project: hw2d
Version: 1.0.4
Filename: hw2d-1.0.4-py3-none-any.whl
Download: [link]
Size: 53781
MD5: 125b8f62c695d3ed42b11bca29e453ed
SHA256: da0a5b8ae4b2d33d40bc13b06628b6b810cf24ce0cd1ad1a89a536c18d32d3c6
Uploaded: 2024-04-09 20:33:24 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: hw2d
Version: 1.0.4
Summary: Reference HW2D Implementation in Python
Author-Email: Robin Greif <rccgreif[at]gmail.com>
Project-Url: Changelog, https://github.com/the-rccg/hw2d/blob/main/CHANGES.md
Project-Url: Homepage, https://github.com/the-rccg/hw2d
Project-Url: Issues, https://github.com/the-rccg/hw2d/issues
License: MIT
Keywords: Plasma Physics,Simulation,Turbulence
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7.1
Requires-Dist: pytest
Requires-Dist: fire
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: perfplot
Requires-Dist: numba; extra == "accelerators"
Requires-Dist: phiml; extra == "accelerators"
Requires-Dist: coverage; extra == "develop"
Requires-Dist: pre-commit; extra == "develop"
Requires-Dist: pytest; extra == "develop"
Requires-Dist: pytest-cov; extra == "develop"
Requires-Dist: pytest-mock; extra == "develop"
Provides-Extra: accelerators
Provides-Extra: develop
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 12571 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
hw2d/__init__.py sha256=DpG89H-OCl2hJ2Tjcr2AL94p0Vky-I4SctlzQOiILYc 36
hw2d/__main__.py sha256=6BsxFL0ZnO-GOK_mGU4cQZwIJ6k4AOMcUwgR9VseLKc 82
hw2d/__version__.py sha256=acuR_XSJzp4OrQ5T8-Ac5gYe48mUwObuwjRmisFmZ7k 22
hw2d/model.py sha256=YrMkLIj-zPJrvzEUVcLowGB5LvEe7G3tDzFNoFk18Mg 11840
hw2d/run.py sha256=OBfaHyssTIVq02rXKciZp7t1gWxMvqZ47CjaS5ML_2Y 12043
hw2d/run2.py sha256=bFSIzfvIIHqRObMFNms5Wx-yGDkgKetZFNGMSes0tG4 15966
hw2d/gradients/__init__.py sha256=BJ7Pv1zXpChEVesj_69Uz34jf9znCdcQwOVnZICo0uE 1221
hw2d/gradients/numba_gradients.py sha256=PyiGGQwXzA9iveOjW-uOfUYuCYq2hIBWmiL6GgGOwLk 3303
hw2d/gradients/numpy_gradients.py sha256=Q0QSOVvbTv4dfuQ6QDiCaK4P0tAPcm9vsESEvqEptKQ 5200
hw2d/gradients/phiml_gradients.py sha256=Dvu0HgfOCyBIJHXfjl3LyS24KIDgXWl0hmqjw0ey53Q 4856
hw2d/initializations/__init__.py sha256=sLCq_kGNh7RTgGqP7QKp09iZevkkY7pvHBx48_FgDzE 865
hw2d/initializations/fourier_noise.py sha256=saf_dDH8fw9lHMjYbqtACwjBip15TFnyirdjVDwTolI 3384
hw2d/initializations/sine.py sha256=EJZagk_nC0275cM071OifIemkDlnHXFHPWkcGerGPgI 1414
hw2d/physical_properties/__init__.py sha256=Rto6NOa0fa-kUoAhJJ2BV3yL_kcUyAHyTNdI59lHYS0 888
hw2d/physical_properties/numba_properties.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
hw2d/physical_properties/numpy_properties.py sha256=aBrgbzqkGyubfqgXFvj1dL9XTB1rh0fIR_TeIv8sPVU 9337
hw2d/poisson_bracket/__init__.py sha256=ghgh96GeO4kkDGsMcbrpStlPw7AL7VuTDCbrvhmg5Q4 1628
hw2d/poisson_bracket/numba_arakawa.py sha256=6s81ORCyk06iFV5ajEqFk1aJ3dhDsG1UJh7Ia26TKjQ 3296
hw2d/poisson_bracket/numpy_arakawa.py sha256=_IBdWeFR1IQGjvtbycSNGBDpzNg4CaYxkf5P68JBam8 5888
hw2d/poisson_bracket/phiml_arakawa.py sha256=UBhEGyHOOEnYJOHDV5AXWRPnGk-AnQnOpSpZqN-Mnz0 5061
hw2d/poisson_solvers/__init__.py sha256=RWWddKeyDr_Y-ese3FAhFW4pbYLkKB-v1vbPadYq0UA 1170
hw2d/poisson_solvers/numba_fourier_poisson.py sha256=naYrMsh1AkUKcEIlWuNK8X4Pz2us1xjLosv0AjOBdjQ 1675
hw2d/poisson_solvers/numpy_fourier_poisson.py sha256=ehEH1QDBWVOsyj0-mM6dScPrjHVEuPUuzZvWIFPO3Go 3524
hw2d/poisson_solvers/phiml_fourier_poisson.py sha256=tKzMUnbqFGnoc12HqwifYR5bfnn775ZBVEmn4JsPKvQ 1500
hw2d/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
hw2d/utils/downsample.py sha256=b6fw7ec3iBtRtnz6Zh7eA-JXy4RuuAcDZFp5iMdSqIY 2309
hw2d/utils/helpers.py sha256=bTe9F7GsWaGeE7_jXJ3kwptCVl-GadG8r900L_wJok8 3185
hw2d/utils/io.py sha256=CM7ymIB-pDssONHjg3EoeKwaQ_8tv8LfmKqugjLxWJE 6265
hw2d/utils/latex_format.py sha256=MSpcHmeHkHXuI8JW2IsIzPlqI2sYpRukQRO8HOU7hdc 2031
hw2d/utils/namespaces.py sha256=dxpHgDgIHTayYesigDZdhmECiMenh6TkONXgbN7YqLI 2091
hw2d/utils/performance_comparison.py sha256=81M9HjTo6aIcJ0gYa4g1gYjxHf-BTwTn3MYftOWowgY 3865
hw2d/utils/run_properties.py sha256=EQhFpuFqnvqwLEWmjGj6eviO4OV9_05KjPYvf_Pp4Rw 3469
hw2d/utils/plot/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
hw2d/utils/plot/image.py sha256=K79HvtN-Npg-u6O6tKA2rfMp-XaoU8BfFY2JB2jgJPQ 3887
hw2d/utils/plot/movie.py sha256=WLXMhyq0BMDNoIZV3yBJw8OakMzmp2v-TQOijFhnV-4 7193
hw2d/utils/plot/timetrace.py sha256=BCAA8u7Az7-I5XudwEVvyrWu6Qu5OUoae5j1RY1tZzw 6194
hw2d-1.0.4.dist-info/LICENSE sha256=1_91taormDLJn7_wQi_bsaXUu-sNs-6QZDAGZ3mFqe8 1300
hw2d-1.0.4.dist-info/METADATA sha256=wEJKHCtgExUlQZ0kFYj1a-rFV15aIsRlTz38_oWsDxE 14237
hw2d-1.0.4.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
hw2d-1.0.4.dist-info/top_level.txt sha256=QLfndnjOke3LrxkrCywqd_WERpw4vK6lkAUsFivBngA 5
hw2d-1.0.4.dist-info/RECORD

top_level.txt

hw2d