Skip to main content

REGCOIL

A regularized current potential method for fast computation of the shapes of stellarator coils

This program is described in the paper M Landreman, "An improved current potential method for fast computation of stellarator coil shapes," Nuclear Fusion 57, 046003 (2017), which is available in this repository and also at arXiv:1609.04378.

This repository provides a pip-installable python package, with compiled kernels for the computationally intensive steps. The original fortran implementation of the REGCOIL algorithm is available in the companion repository https://github.com/landreman/regcoil_fortran

Installation

This package is available on pypi (which provides pre-compiled wheels), so it can be installed in the usual way with pip:

pip install regcoil

If you want updates that are more recent than the most recent release, or if you want to edit the source code, you can also install regcoil from source. To do so, first clone the repository and then pip-install from the local repository:

git clone https://github.com/landreman/regcoil.git
cd regcoil
pip install "meson-python>=0.16.0"
pip install .[dev]

For editable installs from source, it is necessary to include the --no-build-isolation flag due to a quirk of the meson build system:

pip install --no-build-isolation -e .[dev]

From the cloned repository, tests can be run using

pytest

Quickstart

import regcoil

ds = regcoil.examples("W7-X")  # Or "NCSX"
# ds then provides paths to a vmec wout file, simsopt virtual casing file,
# stellopt bnorm file, and coil winding surface in nescin format.

# Define the plasma boundary surface (from_wout accepts a filename or simsopt.mhd.Vmec object):
plasma = regcoil.PlasmaSurface.from_wout(ds.wout, ntheta=64, nzeta=64)
# Assign B_normal data associated with the plasma current:
plasma.set_bnormal_from_virtual_casing(ds.vcasing)

# Define a coil winding surface:
coil = regcoil.CoilSurface.from_uniform_offset(
    plasma, separation=0.3, ntheta=64, nzeta=64, mpol=12, ntor=12
)

problem = regcoil.Regcoil(plasma, coil, mpol_potential=12, ntor_potential=12)
solution = problem.solve(lam=1e-14)
# You can also solve for a range of lambda values, or search for lambda that 
# results in a desired f_B, f_K, max_K, etc
print(f"f_B = {solution.f_B:.1e}, f_K = {solution.f_K:.1e}")
# f_B = 2.7e-01, f_K = 1.1e+15

# Results can then be saved and plotted.

Full documentation, covering installation, typical usage, saving/loading data, plotting, and the API reference, are available at regcoil.readthedocs.io.

Download files

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

Source Distribution

regcoil-0.1.2.tar.gz (14.0 MB view details)

Uploaded Source

Built Distributions

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

regcoil-0.1.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.3 MB view details)

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

regcoil-0.1.2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (9.3 MB view details)

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

regcoil-0.1.2-cp314-cp314t-macosx_15_0_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

regcoil-0.1.2-cp314-cp314t-macosx_14_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

regcoil-0.1.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.3 MB view details)

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

regcoil-0.1.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (9.3 MB view details)

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

regcoil-0.1.2-cp314-cp314-macosx_15_0_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

regcoil-0.1.2-cp314-cp314-macosx_14_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

regcoil-0.1.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.3 MB view details)

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

regcoil-0.1.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (9.3 MB view details)

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

regcoil-0.1.2-cp313-cp313-macosx_15_0_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

regcoil-0.1.2-cp313-cp313-macosx_14_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

regcoil-0.1.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.3 MB view details)

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

regcoil-0.1.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (9.3 MB view details)

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

regcoil-0.1.2-cp312-cp312-macosx_15_0_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

regcoil-0.1.2-cp312-cp312-macosx_14_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

regcoil-0.1.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.3 MB view details)

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

regcoil-0.1.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (9.3 MB view details)

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

regcoil-0.1.2-cp311-cp311-macosx_15_0_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

regcoil-0.1.2-cp311-cp311-macosx_14_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

regcoil-0.1.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.3 MB view details)

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

regcoil-0.1.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (9.3 MB view details)

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

regcoil-0.1.2-cp310-cp310-macosx_15_0_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

regcoil-0.1.2-cp310-cp310-macosx_14_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

File details

Details for the file regcoil-0.1.2.tar.gz.

File metadata

  • Download URL: regcoil-0.1.2.tar.gz
  • Upload date:
  • Size: 14.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for regcoil-0.1.2.tar.gz
Algorithm Hash digest
SHA256 f1645b5a2718e2cbe0fbdef1fd63f6dcd04adbd820dbcced920c2f5b7b869236
MD5 da6d7861e2b4fb7afe916917595eb35a
BLAKE2b-256 3417b808a3d4ebf552c4ef94a692cb81013ea82960c1133728304127f66451d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2.tar.gz:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ed1f0f43b53ca2b30f66b2bad22a6d018fee98c7607115bd3a77247f18043782
MD5 07cfff77ef20955af2cc95f69052b0ba
BLAKE2b-256 04725ad99998706cce9fba9e5abca4c78aaa29c8ad762a39fee08b2fa5deb899

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dbabbccb1f690e3c469e0a0f7272aedcbc30da528e012a92b89c70ef2a8ee2c5
MD5 b57d0e96c344dd1bf4c01e726e9e8cbc
BLAKE2b-256 aa69ce63065e2c5927ad7ad0e264912cb1074984f2a42507af772105a8d2384d

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp314-cp314t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 70dd7d084d123eb52f846a9349edba410d85fbd72fd2e2013ae54aad1c5509f0
MD5 4c190dfad37b8026ed5ecc26784b92bd
BLAKE2b-256 228ead38421239b88feee592be4c7735eb46373e836c4729956e25f8b6fdfea2

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp314-cp314t-macosx_15_0_x86_64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp314-cp314t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1f855c2c81591b665f68fb63655f34b1a52610b9f786a1310a22a138e8f471f0
MD5 4c8a8573c7c439230151ece9e6e043f1
BLAKE2b-256 899bf17355dafbce6167e809f586063160e6b07378803e5a813da5b6f7c891ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp314-cp314t-macosx_14_0_arm64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab02c833b73fa312f26bc4fd47676407e4f1d66ae9c4ab3127cdd82fed32e136
MD5 4fda3cd5e3f99ae5b9b8d4abe55a7d75
BLAKE2b-256 178e9a9a3331ce28e4ff01c47e8be0a3e919d11cd1b7eab8aa0ae9214d07d941

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7fdf33d840aba8c4882dd7f0dcb7ec14afb42d02ec5d61c4521d5d87fd6ffd6a
MD5 fa874028f69114bad3822694213fc698
BLAKE2b-256 231084598acc6917466e4babe6d0667ebaa2e16865dbc581aaa384e9c141742b

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 aeba4a2bcf1a1a264b37a367c6348b552debf3ba6c182dab4180db285305d92d
MD5 92901da72403918202bd0613a2f1bd88
BLAKE2b-256 1a28bda4001612e04fc5f44adae71fad7fe5ce004b2b6c9769f21087bbe53ce6

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp314-cp314-macosx_15_0_x86_64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 319f858f9ab95a08c4df537b77e1ece50e3c859ac3b5a3282412a04fc6be05e7
MD5 d06ecb02eed94c0af02c293b2580041f
BLAKE2b-256 9c6b1763fea4f8000eeaaf49796bcb9f596cce980d6cb113e428a07dd69eecea

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp314-cp314-macosx_14_0_arm64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f32d253a4f569fac3e59ac5c52ae0efa991c7fa23f99b54b6d5e60ed137b9163
MD5 3ca83a7267ca6164e32a15ad96798355
BLAKE2b-256 2a31ce8d25b69543314e836d0c30712258960789c63ee3a0c217761dc408c192

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 70b343989c4707edd90ca876d026672c0b9e93b1b78d0c83c7cd7a2ab37b0444
MD5 093386858241bd6485e6deac17d441cc
BLAKE2b-256 e5222ff5599e31b4266b9736444e230e029dce4e3497315d3ae7496751138bce

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c3f36cb2194225f8d768a3c6bc1e2c740982e29886f1e38c07eb2d59aa4a2d9c
MD5 783f07c95d79ceeccc93cedad8952457
BLAKE2b-256 6497075d6b7103b5ea217c15ab9650465394e8f9daf988bac095dd95a3b63e95

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 cdd185914c821d638764e5d510030e9ffafa74d313a66974dadce88a154283da
MD5 7d98ee64a9a6c8cc0fe37846d3cd57f7
BLAKE2b-256 3fe5832fd91afbc83e5746557c43b379c71aed0584cf81bcd1841d588ae77a3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3a7a417a8a145ee68045dba3060d523b1a0e763129bba7c0e5371a830c52dbc2
MD5 328f798c9ec9a23f1cad9c2b30fd7c09
BLAKE2b-256 210bf94bef96c8099ffd9ae0ec13b6efd1f8baf85a26d8a6c826a970c3568b97

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5dece9e3379e69f79bfdb5bb481971455bc8b15bf2bc3a47764552013c469bec
MD5 703eb08134df7971988e4615ea7252a9
BLAKE2b-256 58ce97e586d8fb21bd3d6d65a9099f2a528391ac960c7600dd7257e7a4373fde

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 4c3df243155c8a620e443519187446c2260595a7979340e0353c6c29e31442bb
MD5 852fec242989b8bbcfd00994d1cabb32
BLAKE2b-256 ec1cd09ff658f8717b72f97e8288f61037753de74798851e6ee9d09990d91094

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 142b0b2cc9ba450ecd74434e68af46c9dc654def1cd922ab1b9a932915ed27e4
MD5 cf03bf16275301a0868c3bb0ea4e2dd8
BLAKE2b-256 63fb6a3456dc9889f6e06f9395a8c88b1b3d6a2fcadbc834518dd91b4fbcbec8

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 257e9f6ca06b444af6ec6bba8222d5cca9ac5ae4e215ef837c791bff91830be2
MD5 2f7250f7ed6fc4fdd3b0d7b94bdc9ff4
BLAKE2b-256 58896b6e332e53665341be88a48bc62f78ab7649ad0db413abf157dd9f5fa36b

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e71f98edb5683a57079e98e20f391481f95632f624851140d729e90c3e867111
MD5 7cef760ff08b0817be2f96d7cd8d8c84
BLAKE2b-256 d513e22a1169fdc6a094596ee850fcade3c4654b9583d96b323c1a67a7c296af

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 a87a993bcc592e0c341068b8cb273842986231324f5a859f69c568236a1d501b
MD5 ca2094ee9e575d4cb142f74a2143da36
BLAKE2b-256 e568c161a08852414ee17639093b8d014387a71b9954f3575128631de8c04f00

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3a8b272a6964a5dda9326ab279346aac5c87321a16956424ac1228b40a54e9a3
MD5 c2bccaafd0d2a1e9da1ce0fad182ecaa
BLAKE2b-256 d7b6c2c3a5bcaf57b2ed04e100b6707755c1e05e24663dbe98ea643c00d280c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a6bb7f9d7b949d0fb8e6a536a2f21274fce46ac0ec4971264f9bbb0361ad1b1
MD5 d1c0c3b88f4a171a12e705acc86cf13d
BLAKE2b-256 0c5c167f6e74032c9bb98bc2c79a94bdef16c84f1c865124147a50498bd43afb

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c9fe861293ec17e4efb7bfdd95ca924ccc60e130ea88505541ceb6c1f3115363
MD5 b3f524406c1cc4f5d70c72b6c0049d78
BLAKE2b-256 fdef45fc48866fa24bb56b00fd091a6264418a6b13ee0065f97e641695542097

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 90a2fb2787b93b88a61291702d5741055bca74d43b0656f29ef1690a687eaa85
MD5 93431fee0f8e9b0caeb60128061ad744
BLAKE2b-256 09c5f118f6567ed76d0ca82487782434516e492ab37f4b36df74ff9f95523c22

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: release.yml on landreman/regcoil

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

File details

Details for the file regcoil-0.1.2-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for regcoil-0.1.2-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0d6cc4b19bac8591af80cdc07ef177c0ae13eeb7be3448ff5b26653366063a6b
MD5 1c421f5dd7355ea2c7412b77932905c4
BLAKE2b-256 439340aa1d5ed86d02c47d150adb8676a669d467868d5071d57c0c6b2e290bf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for regcoil-0.1.2-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: release.yml on landreman/regcoil

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

Release history Release notifications | RSS feed

0.1.3

25 files

This release

0.1.2 This release

25 files

0.1.1

25 files

0.1.0

21 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page