Skip to main content

A Python Library for GFN-FF.

Project description

PyGFNFF

Pypi version PyPI Downloads

This is a Python version for GFN-FF based on F2PY.


Usage

There is an ase.Calculator subclass termed GFNFF for non-PBC system. And a more low function called gfnff can be found in the code.

from ase import Atoms
from ase.build import molecule
from ase.optimize import BFGS
from scipy.spatial.distance import pdist

from pygfnff import GFNFF

atoms = Atoms(molecule("CO"), calculator=GFNFF())
opt = BFGS(atoms, logfile="-", trajectory=None)
opt.run(fmax=0.03, steps=50)
print(f"Energy: {e:.3f}eV")
print(f"C=O Length: {bl:.3f}\u212b")

# Output:
#       Step     Time          Energy          fmax
# BFGS:    0 19:56:53       -9.188347        2.478131
# BFGS:    1 19:56:53       -9.050233        7.166941
# BFGS:    2 19:56:53       -9.215231        0.433918
# BFGS:    3 19:56:53       -9.215990        0.070653
# BFGS:    4 19:56:53       -9.216011        0.000889
# Energy: -9.216eV
# C=O Length: 1.129Å

Reference

  1. S.Spicher, S.Grimme. Robust Atomistic Modeling of Materials, Organometallic, and Biochemical Systems (2020), DOI: https://doi.org/10.1002/anie.202004239
  2. A standalone library of the GFN-FF method. https://github.com/pprcht/gfnff/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygfnff-0.0.3.tar.gz (636.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pygfnff-0.0.3-cp313-cp313t-win_amd64.whl (17.1 MB view details)

Uploaded CPython 3.13tWindows x86-64

pygfnff-0.0.3-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pygfnff-0.0.3-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pygfnff-0.0.3-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

pygfnff-0.0.3-cp313-cp313t-macosx_14_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.13tmacOS 14.0+ ARM64

pygfnff-0.0.3-cp313-cp313t-macosx_13_0_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13tmacOS 13.0+ x86-64

pygfnff-0.0.3-cp313-cp313-win_amd64.whl (17.1 MB view details)

Uploaded CPython 3.13Windows x86-64

pygfnff-0.0.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pygfnff-0.0.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pygfnff-0.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pygfnff-0.0.3-cp313-cp313-macosx_14_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

pygfnff-0.0.3-cp313-cp313-macosx_13_0_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

pygfnff-0.0.3-cp312-cp312-win_amd64.whl (17.1 MB view details)

Uploaded CPython 3.12Windows x86-64

pygfnff-0.0.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pygfnff-0.0.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pygfnff-0.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pygfnff-0.0.3-cp312-cp312-macosx_14_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

pygfnff-0.0.3-cp312-cp312-macosx_13_0_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

pygfnff-0.0.3-cp311-cp311-win_amd64.whl (17.1 MB view details)

Uploaded CPython 3.11Windows x86-64

pygfnff-0.0.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pygfnff-0.0.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pygfnff-0.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pygfnff-0.0.3-cp311-cp311-macosx_14_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

pygfnff-0.0.3-cp311-cp311-macosx_13_0_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

pygfnff-0.0.3-cp310-cp310-win_amd64.whl (17.1 MB view details)

Uploaded CPython 3.10Windows x86-64

pygfnff-0.0.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pygfnff-0.0.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pygfnff-0.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pygfnff-0.0.3-cp310-cp310-macosx_14_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

pygfnff-0.0.3-cp310-cp310-macosx_13_0_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

pygfnff-0.0.3-cp39-cp39-win_amd64.whl (17.1 MB view details)

Uploaded CPython 3.9Windows x86-64

pygfnff-0.0.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pygfnff-0.0.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pygfnff-0.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pygfnff-0.0.3-cp39-cp39-macosx_14_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

pygfnff-0.0.3-cp39-cp39-macosx_13_0_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file pygfnff-0.0.3.tar.gz.

File metadata

  • Download URL: pygfnff-0.0.3.tar.gz
  • Upload date:
  • Size: 636.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pygfnff-0.0.3.tar.gz
Algorithm Hash digest
SHA256 6b5f8019737939507f16555941e56a13bd97af15ce992859487e16be81a68b99
MD5 b0e4b6be8ecc90d9b18394d1c20154dc
BLAKE2b-256 25580b7ead98b82b3981faa932e873aa3aa3d1a45c6d9ccaa85060cc6cdbac76

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3.tar.gz:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: pygfnff-0.0.3-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pygfnff-0.0.3-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 a7f08172d248427602733d3d0bd79f9d860256823f02e063e5f91627a4720696
MD5 3a996b779d5d058298a762d6c3c139d2
BLAKE2b-256 438bc0dc677bc949d3b00627f7da583c77b0138e9e48a13ab68ac42077bc5c41

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp313-cp313t-win_amd64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e5b88f4306437517413627223792ebbc355cb093e189061b3a88b4924c20caf
MD5 5c55c5622e0b0d83d968fb66d131197c
BLAKE2b-256 70c0f15a55ba4633f941c22724a64296902d87d911f03665b32b34d922ef7e96

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e6374ee3e9cf27a722920046034fbd9a87dff06ae582a76a8afba9c9127b8e84
MD5 c6a980fd726ae5c62b907102759eb2dd
BLAKE2b-256 6932cb911f5285f8e490ab119ae0c7362c18c0c8f38285e72c71d3f4c3ecb6d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d013054ecc5607a5c9e8274aa2029824f57d4f79974a3136105a1fce67ae210b
MD5 1003cb3ecd69efe10edc3015da596b68
BLAKE2b-256 e6c0e180d0ca6a52aaf0d4a3ae435e5f43799a746ef9368611a2cb404db1ce2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp313-cp313t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp313-cp313t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5d1c815cb16efe7de12e87b8eff991df5e7534aa97829e361fb803e026c0660f
MD5 52329e6759ff3d7f77ae63310b7183bd
BLAKE2b-256 fe401418650ea896b8ea4a8e0f7819e9495a5fc7a55a40550e8814aa845b6dbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp313-cp313t-macosx_14_0_arm64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp313-cp313t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp313-cp313t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0d3cc9fd04fd36206bf79026cdb096859fe9ca9386ab4888015768a908e088f7
MD5 eff91922733f6295963e674b917d441e
BLAKE2b-256 5d45e49eb410af3b711e64334027e25ef0e778a750f747728c404b5e07b54355

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp313-cp313t-macosx_13_0_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pygfnff-0.0.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pygfnff-0.0.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4b1d0316d2d7d667fa87b22a238073092c0201837d163b9cea91ee21a6433a8e
MD5 5133e9bbf337c4815cf9fb6138e0ca3d
BLAKE2b-256 19e544f19391c2bfb0aec41325cabff70d827e1e76cf28ba41fdd4b32b9ee72c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp313-cp313-win_amd64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 75bb759519a56271fe4e5ec51d86a5cc5bb715eac46797a437c81a1b950d449d
MD5 a7046fe9a2cfa353c6bdb13e7d3e0f69
BLAKE2b-256 ee71bcd8070139ed6b7780a26ca5fb5b4ef82cd2901582e6b4784fc8dc14ec5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e4fdb0430cf74a90fb5ed813a75c3a72491c9c4b61b5d176f492d77b4a0b9e73
MD5 6ec96edcdbb538585ea3b64b10366a55
BLAKE2b-256 cdefb2925dd976627b911e93f86ad3b3410b8439041f06411fea23664306ba28

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 24ca657fb1fef967d4ae94e0624f7a08e14e72a1793aa9910ac0a40b743212df
MD5 50204ee047d04b1140116c2e8e008a2e
BLAKE2b-256 639610589307ae19876b5af3ed7620b02f3d8ce26d2e7e5b4949e4042747080b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bf04d05f42ece239d2ba63a40de31c6c05023ae873e04d1562cd69f09af315a4
MD5 f12050ab4db461d35791bc31a18b5ca0
BLAKE2b-256 117ce989d339de07132b895a9d3c34dccf722ee39f1c12da26c7ba0fb86f1085

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0b893719cf5ebf6466f83788d66ea1c9a0dcd6aa64903d4458dbc5456c564afa
MD5 93662c83f57f3342d498eb6ad7cfef76
BLAKE2b-256 f3ffee77136d6889c36b6d23a3b0cdc82f792edf2c4325d36daa1c8fa310fa2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp313-cp313-macosx_13_0_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pygfnff-0.0.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pygfnff-0.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ec8277a51d0b38b9eed86a9cee0569657a8d8bfc49b95c873bf7f20f73783008
MD5 00ef687f0d8d172b8f9330428d273d6c
BLAKE2b-256 9950b91753030c6910f7d0e01e8e87a8dc05a2645d0b2fe4d0a4793ebe2a0bc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp312-cp312-win_amd64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dadcabdd442565fb117aa2dab44772d1e7d812f7d9bb0aa99ec04e0f3a324507
MD5 2c64a7f8a348212de7e092ed1845f38b
BLAKE2b-256 5e0152fc63e8f0f65dda95ff961f3f45fc5edb5cd2756ca78d9e493b3235793c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d7966e496aa72a883ef51dc02ca9b878cbe703b4c7b84d3815975f4872c5172b
MD5 073617f4fb15d6d959065100b01951af
BLAKE2b-256 eeb690b33a1ca280607a5bf8d1bae41ef2c56584de8ac88c18bab9e36e0c4d0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8b7222fcf68e2e9b24b6e87ebc906437c7739bffd00ae580cf0cfecd4a805f28
MD5 930dc325f1fe52951bdfd9cebfbe6cf1
BLAKE2b-256 653ae3875c110534866836be25aa049e072ba43c85f8d2ce879deca4348231fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d16e3c275081889c1342e02e7355f99f8f25e8e6a084e7356499d9d89b67aa3c
MD5 74f47142e3fd37d5a6b09337c708d143
BLAKE2b-256 85401781f4dbb364469d422086596c017d3042a5a5b0d77d760160073e247fdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ff3d6dc961cc33aa8b89e94e8bb0ab3a695e92e3c8585086aaa4815684830372
MD5 41a9f201123b8a4d7d2fbc7e8efe35cf
BLAKE2b-256 24409ac658fd90f596241f3b862958787cdcc872cf1e7fda9b0f19b12db94bae

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp312-cp312-macosx_13_0_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pygfnff-0.0.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pygfnff-0.0.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7ed9e3819f8ec125d3a6a5e28981d08cf1a545c5cb8c302691f3e350e1d056a0
MD5 5f7c6d8a2ad49459224de0bf0396cc15
BLAKE2b-256 dc5ca5f8ffccf80ae5f6be64bb90b0c633b5a0582500c3a72ec559f336fd3dc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp311-cp311-win_amd64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70e103e5088d610ba131ccc61929de9ec784597d2608876436bdb1cf5030293e
MD5 0abb35fb80fc7b6da3ee9513d95fa71a
BLAKE2b-256 d21a093b24703530e57005a4c9d2752d6f0804cb2b461f2afa8760f25ba3f889

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 59ce245c48b91737ae4a068274cbb2423386ee4bfb0304dac3087505de80a8f5
MD5 4aa36b16a9b1bcb3073e7253b45ea49b
BLAKE2b-256 4a923f68b059bf49cce4b4bd4239df0b56aff8ab19fbd2df3eef0741437a00e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0a530eb30785d7b71d1ad1874542d444d3c90c5404d3acbaf55de468e03fcf0a
MD5 afd3d57dafd3f27af4adaf1612eca90a
BLAKE2b-256 ed3b9b75362787aafab86621c33d45d940a82067a1549ce10f9241f42d9eb3e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3c5c293a54e06e5dcbe76dd5332f5ed1f4a714103fbbfd8080d1ce8c2316df8d
MD5 55ef0205a6bb4d479997f260911d376d
BLAKE2b-256 06655a7aa5524e239bcb3a7e51eeaff8c30ed7412dad1e8e41ad5a71885dd0ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 791cd307ca82413fdfe3560c7f090a9317a8a85973236be56db1d56f9512fab3
MD5 be4fcdd86d6254ef4c611628f299551a
BLAKE2b-256 1065938e8bfa19e337e6a67389d4d3f65cb51960fcc156fd4e03f3424741129d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp311-cp311-macosx_13_0_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pygfnff-0.0.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pygfnff-0.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 44f09258e17faf05158471f4c989e7ce6cb6c39dd5ff64efd19cc654c90a535f
MD5 adb97a179a84f81dc1b538fad3c23785
BLAKE2b-256 47f9e6ed3cb896cd90df33466a05b5265c3b5d13607edd59088bf8c2d8be4d5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp310-cp310-win_amd64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4adcb6b98684ee865236d20aa4c29d7d320fd48ae6fba0d6915de6efac187c44
MD5 a7db7eda526774070b6769937b0a2734
BLAKE2b-256 eccb357138adc0d1ce70a6b97e3bb66daa2ef07a79c5dc3b9414c74eef831000

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9efa1a89000ef3f6aca4d07c2bc8ab8eb31bd49a1df362ade16b06c8e2b43977
MD5 c12c53422e7138b1715d2e721941192b
BLAKE2b-256 15749e72b7da970e9d1b48630fcbda1797da08e227e4ff6814b9b5de948dcf1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6f7230576596b11850619945b0717d3890923c48fdae4490efa3a735a2452a4a
MD5 e80c16dc6a8905c477d60f003c89fc58
BLAKE2b-256 2a013dadbeb5023d0125042aaef77a6ad4e14b1923e31b8d06dea0f0d67d24de

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f08065bcc46f17f4281e8a762668330a56289772ccd83dada1c11f441cd65797
MD5 c31ad602a64cafbd4fab6434ae652d7e
BLAKE2b-256 5b726e26e7b8448f346fa4137982e47fc4301574fd2351571e4134abf224f561

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0a9cae59021000984fc8c528b5d5e39a65efb560205c3fdc554192a6b397a0e0
MD5 bd06837363efcc4fe3297a8c4e8f6625
BLAKE2b-256 5fd086a591f377da16593e5a0dff0152517d7a5940c15792af442c784c9b1cb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp310-cp310-macosx_13_0_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pygfnff-0.0.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 17.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pygfnff-0.0.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 525ba53b1e9ec0e21844c855ae6577fd82930d72d402bd5bf03db53be3bf8554
MD5 e7cf8f4b7a04cbb4b18833e65608397b
BLAKE2b-256 a3d806f3d3bd316377f4f5a24f0fa05a5db4a296deb0a54bf5df9888330ac21d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp39-cp39-win_amd64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0365fb3034ebe648085ca651872063f07fcb6d178c83766cc230ed22dc2e4826
MD5 e94b96eb712f5f2d289b1efc1422c9f6
BLAKE2b-256 70f1dab664cf8c1ae83e982d52673f4fc4e0fa50ee41e69fe51c5b277274d223

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f7254f03d841ab9a6ad256bbd2106bf41c96cde9bb9c9c670c396b1fd821a13
MD5 2e2ec03f6c2f4d00628b21290dffea97
BLAKE2b-256 1406401b49827857eaa5f32dd915a2f8c72c5020cc3ea5c524b41245b97d4444

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 3abb4e90b71d220d7cc60d1c00a49d3efb1022184e115f2472e3e6b4aeadaef0
MD5 17d0dc07e88573d717b5aa456c9917b5
BLAKE2b-256 9d012607476056dd33d1cdf5ae1993e6cb8e660e794ba819375f3c4eff2317fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d20138d8613913e7ae68b4b2147006c1dc9e74f178a7eb5212d98c4d390a39c6
MD5 17a786c3ebc3dcd8535c3dff65f93a15
BLAKE2b-256 131e36df93b004c8f3258236b537a7452cc7db4b2ba259b9f244ed5514d51d02

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp39-cp39-macosx_14_0_arm64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pygfnff-0.0.3-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pygfnff-0.0.3-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 411308c3b11cc7e258e494821ba9c6ba4cc8594f64418e52bd5f3fff64a37645
MD5 4bed56e511ec6d06e4d4454bba5a98ac
BLAKE2b-256 5974a971387e8a35edafc60a8d7f85e7a19d8a70507c06ec92f27fb06554ca9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygfnff-0.0.3-cp39-cp39-macosx_13_0_x86_64.whl:

Publisher: wheel.yml on LiuGaoyong/PyGFNFF

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page