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 not yet available on pypi, but releases there are planned soon. To install, clone the repository and then pip-install:
git clone https://github.com/landreman/regcoil.git
cd regcoil
pip install ".[dev]"
For editable installs, 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]"
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, bnorm file,
# and coil winding surface in nescin format
# Define the plasma boundary surface:
plasma = regcoil.PlasmaSurface.from_wout(ds.wout, ntheta=64, nzeta=64)
# Assign B_normal data associated with the plasma current:
plasma.set_bnormal_from_bnorm_file(ds.bnorm)
# 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
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file regcoil-0.1.0.tar.gz.
File metadata
- Download URL: regcoil-0.1.0.tar.gz
- Upload date:
- Size: 13.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
762c59ded8ee25adbb6b057f6394f451e77fb877019dfcf246f5162e5a5e81ce
|
|
| MD5 |
30408fc5b9997350d1abe71396907c3b
|
|
| BLAKE2b-256 |
8bba0bf478dfee0a89b6a14c1b7611513fa74b5cd5d54f177e3d88a91b15bcad
|
Provenance
The following attestation bundles were made for regcoil-0.1.0.tar.gz:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0.tar.gz -
Subject digest:
762c59ded8ee25adbb6b057f6394f451e77fb877019dfcf246f5162e5a5e81ce - Sigstore transparency entry: 2215284255
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 15.6 MB
- Tags: CPython 3.14t, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f25c3b5788cb2a65d9a64265aec8ffea4e4b1a4a3d1171d63d1746c13a9cada2
|
|
| MD5 |
ea697177e7c22a20ef24e08777c69312
|
|
| BLAKE2b-256 |
7d1a39335a859bde1caa138a3e41a2632d5accada5af15ecd92449b9f66adbb4
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
f25c3b5788cb2a65d9a64265aec8ffea4e4b1a4a3d1171d63d1746c13a9cada2 - Sigstore transparency entry: 2215284575
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 8.6 MB
- Tags: CPython 3.14t, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b062219c13f2963332cc16f53b8619f8a3b584b298cfab50eba86ff546b1cb9a
|
|
| MD5 |
e93fcb5a567e715253271bff18be9ca3
|
|
| BLAKE2b-256 |
53ec512caf910f060f2a62f093f0a850a7ed9c3cbaf1f72421c39d876d0905be
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
b062219c13f2963332cc16f53b8619f8a3b584b298cfab50eba86ff546b1cb9a - Sigstore transparency entry: 2215284307
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp314-cp314t-macosx_15_0_x86_64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp314-cp314t-macosx_15_0_x86_64.whl
- Upload date:
- Size: 5.2 MB
- Tags: CPython 3.14t, macOS 15.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
000547cac82001af9b0c27f114e37de3afeaf9ca06b2c5eb34ac5fb3ac7eeea3
|
|
| MD5 |
f5c9533717e162c9a9ad25f01a126406
|
|
| BLAKE2b-256 |
f81fb2c99422ba4320812cdbe7e4fd61fbf25ca5ea5441a9156bbac7354d6a85
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp314-cp314t-macosx_15_0_x86_64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp314-cp314t-macosx_15_0_x86_64.whl -
Subject digest:
000547cac82001af9b0c27f114e37de3afeaf9ca06b2c5eb34ac5fb3ac7eeea3 - Sigstore transparency entry: 2215284620
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp314-cp314t-macosx_14_0_arm64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp314-cp314t-macosx_14_0_arm64.whl
- Upload date:
- Size: 4.5 MB
- Tags: CPython 3.14t, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bda6702f4745220af90e198b6292f914167fd3bd65016a878f00ffd8ea562370
|
|
| MD5 |
f3a220317ceb96acaf7dfd714df4ed4f
|
|
| BLAKE2b-256 |
98025af926d8589b06e3c2a8168eb1349887fc37b7a9cb2dfa2985908c71885f
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp314-cp314t-macosx_14_0_arm64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp314-cp314t-macosx_14_0_arm64.whl -
Subject digest:
bda6702f4745220af90e198b6292f914167fd3bd65016a878f00ffd8ea562370 - Sigstore transparency entry: 2215284453
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 15.6 MB
- Tags: CPython 3.14, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebc52e67dbdd921485fa771bbe5805b7ed38a4be4f90da5481793f6491cbfe53
|
|
| MD5 |
ec897f06f3b2dde8de601998fa3453d4
|
|
| BLAKE2b-256 |
679b6639265fd414be7a457faef20af0b75ddf139ec2edd5fdb02f8a57c8b944
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
ebc52e67dbdd921485fa771bbe5805b7ed38a4be4f90da5481793f6491cbfe53 - Sigstore transparency entry: 2215284436
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 8.6 MB
- Tags: CPython 3.14, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51dc6f329f743e3c38403b14a69f0c942002c14fe8cf793e50b9fcb02bdac179
|
|
| MD5 |
b6795df49af33ca70804f941d33842df
|
|
| BLAKE2b-256 |
62a145de430b8f583dbd8cce061ee87451033692feb47622b84e31a619bc25ab
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
51dc6f329f743e3c38403b14a69f0c942002c14fe8cf793e50b9fcb02bdac179 - Sigstore transparency entry: 2215284466
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp314-cp314-macosx_15_0_x86_64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp314-cp314-macosx_15_0_x86_64.whl
- Upload date:
- Size: 5.2 MB
- Tags: CPython 3.14, macOS 15.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1b67188f9eda11dfa814a88bba8de84705ba85929a3f61649bb353594608571
|
|
| MD5 |
59c3049db8fd02cac84c6a00768f2ee1
|
|
| BLAKE2b-256 |
e3611c4e79eae297eb562f019d9bdcd9531c63013e31a85f5bf9b5483cb2b7c3
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp314-cp314-macosx_15_0_x86_64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp314-cp314-macosx_15_0_x86_64.whl -
Subject digest:
a1b67188f9eda11dfa814a88bba8de84705ba85929a3f61649bb353594608571 - Sigstore transparency entry: 2215284274
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp314-cp314-macosx_14_0_arm64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp314-cp314-macosx_14_0_arm64.whl
- Upload date:
- Size: 4.5 MB
- Tags: CPython 3.14, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ec309fd25619af5d9fda21490d7217f3a4b3ea4205e519577c3335fa2b02544
|
|
| MD5 |
265206e5deaf7cb9770a0d0569364f1c
|
|
| BLAKE2b-256 |
72a7e48f118e6a461d64cd2ea5813e413d236bb426946731404a0b4c75ffc4be
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp314-cp314-macosx_14_0_arm64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp314-cp314-macosx_14_0_arm64.whl -
Subject digest:
7ec309fd25619af5d9fda21490d7217f3a4b3ea4205e519577c3335fa2b02544 - Sigstore transparency entry: 2215284410
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 15.6 MB
- Tags: CPython 3.13, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc0c7c843717ce46495f167f11c3a6b0af8ac668410a80a757079dd622b3368c
|
|
| MD5 |
614ce50ff2c33fe9a44685649fe41031
|
|
| BLAKE2b-256 |
a36068a9d75f6e107d7c5f961b1ceb9725427aa9dd346a4f7e3233d4f6c20549
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
cc0c7c843717ce46495f167f11c3a6b0af8ac668410a80a757079dd622b3368c - Sigstore transparency entry: 2215284658
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 8.6 MB
- Tags: CPython 3.13, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ec30beea95df95579157717027a9687a9dcb66e40b6e6dca300ef1fd6adf224
|
|
| MD5 |
ea0ca15fa78fcaa4eeae76e371b3dcb0
|
|
| BLAKE2b-256 |
2a8a76e3c22a80c273500567e05c79bb2d284cacc99b38c591ba8145c53317c4
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
2ec30beea95df95579157717027a9687a9dcb66e40b6e6dca300ef1fd6adf224 - Sigstore transparency entry: 2215284499
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp313-cp313-macosx_15_0_x86_64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp313-cp313-macosx_15_0_x86_64.whl
- Upload date:
- Size: 5.2 MB
- Tags: CPython 3.13, macOS 15.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4bbe9770285c24264aad71121860a7cc8f30423d2f07fa0c3c96ab65a65086a
|
|
| MD5 |
8437714f3f4e03e884295fb60cb90dce
|
|
| BLAKE2b-256 |
433cbda8bcdc4173a43305de136456188651f83cc9130583e9b0ef3998e19fa0
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp313-cp313-macosx_15_0_x86_64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp313-cp313-macosx_15_0_x86_64.whl -
Subject digest:
c4bbe9770285c24264aad71121860a7cc8f30423d2f07fa0c3c96ab65a65086a - Sigstore transparency entry: 2215284482
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp313-cp313-macosx_14_0_arm64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp313-cp313-macosx_14_0_arm64.whl
- Upload date:
- Size: 4.5 MB
- Tags: CPython 3.13, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
088f8b9f52a2ed0b2b3745a30908f7295a8a72e5b3a730b795401055e8f1dfe5
|
|
| MD5 |
bb1bcfb1729855e421031ef2cf697f0a
|
|
| BLAKE2b-256 |
7338a2e1e96ec2d8f63b9af9b19e53b465319abf3a9b52ab088cda4e95df3676
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp313-cp313-macosx_14_0_arm64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp313-cp313-macosx_14_0_arm64.whl -
Subject digest:
088f8b9f52a2ed0b2b3745a30908f7295a8a72e5b3a730b795401055e8f1dfe5 - Sigstore transparency entry: 2215284637
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 15.6 MB
- Tags: CPython 3.12, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b039aad49e024d99dc68260feebcd95bd507b7e8e59c5589b1d2d81aca7f6f0
|
|
| MD5 |
0c5cd0bfdb148e34246b63d317b79ec8
|
|
| BLAKE2b-256 |
88e7960b42fc1feb0c23f3f988c23d7dc0a302b7b965460e9270318b5c06865f
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
7b039aad49e024d99dc68260feebcd95bd507b7e8e59c5589b1d2d81aca7f6f0 - Sigstore transparency entry: 2215284601
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 8.6 MB
- Tags: CPython 3.12, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22982ea8cbf81aceb26308ad0eb9b4716c2431d5905cd96a9c38187b75d0b8c2
|
|
| MD5 |
25f6ab2200ae7c2d26c2fb75d52a82fa
|
|
| BLAKE2b-256 |
c8b4b4ecdbc1df9083a13f26a337ccead8094bb4c5704987d1ca16a841924f70
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
22982ea8cbf81aceb26308ad0eb9b4716c2431d5905cd96a9c38187b75d0b8c2 - Sigstore transparency entry: 2215284327
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp312-cp312-macosx_15_0_x86_64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp312-cp312-macosx_15_0_x86_64.whl
- Upload date:
- Size: 5.2 MB
- Tags: CPython 3.12, macOS 15.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bc7a7d3ef74057bb1e6fb0e9e816e0b44010ba522173da32a9f0e048d2802e4
|
|
| MD5 |
435ada22fc0259cc2a0574baf57926b8
|
|
| BLAKE2b-256 |
39dad29baa171d176d43f01dd304821c919e7a262a6c8c685f1c7f9b981a20d4
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp312-cp312-macosx_15_0_x86_64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp312-cp312-macosx_15_0_x86_64.whl -
Subject digest:
8bc7a7d3ef74057bb1e6fb0e9e816e0b44010ba522173da32a9f0e048d2802e4 - Sigstore transparency entry: 2215284558
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp312-cp312-macosx_14_0_arm64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp312-cp312-macosx_14_0_arm64.whl
- Upload date:
- Size: 4.5 MB
- Tags: CPython 3.12, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8a12a8e137ac1991e0dfdc4671c266c4d58c504b42d7f2e2a14a0538d892bb5
|
|
| MD5 |
9a660340e134c17408391557a1e388f6
|
|
| BLAKE2b-256 |
b0ee76fe86f02f51b0e325d579dbaec0c88960210d82d2491470336dfe6a1750
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp312-cp312-macosx_14_0_arm64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp312-cp312-macosx_14_0_arm64.whl -
Subject digest:
e8a12a8e137ac1991e0dfdc4671c266c4d58c504b42d7f2e2a14a0538d892bb5 - Sigstore transparency entry: 2215284511
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 15.6 MB
- Tags: CPython 3.11, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3780787e67bae5794b30002be282e91ad3059805d0ac27101e31aa9857437e7c
|
|
| MD5 |
9520e22578450183e05cf56d3436aecc
|
|
| BLAKE2b-256 |
821c3aac749b37e5e55b46153b7e1a7fbe7f82bcdf2602f65a1404e73013ddbd
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
3780787e67bae5794b30002be282e91ad3059805d0ac27101e31aa9857437e7c - Sigstore transparency entry: 2215284536
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 8.6 MB
- Tags: CPython 3.11, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2c1945969c59be6de68ad24bde697c33a61e41b8b387c2d7ffc43ab69f611d4
|
|
| MD5 |
4d26f6e7c6808bbaae298b872871dd9c
|
|
| BLAKE2b-256 |
750f324d09b7c1c4bedf6819b1221b1adcc3c259befa2d1166058cebc142e08d
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
a2c1945969c59be6de68ad24bde697c33a61e41b8b387c2d7ffc43ab69f611d4 - Sigstore transparency entry: 2215284372
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp311-cp311-macosx_15_0_x86_64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp311-cp311-macosx_15_0_x86_64.whl
- Upload date:
- Size: 5.2 MB
- Tags: CPython 3.11, macOS 15.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1f45f916bcd6f016cc1ac9eb470ad200456eacc806776c3ea092d38051d1785
|
|
| MD5 |
a94965bbd6a5de2526b527ad8472661a
|
|
| BLAKE2b-256 |
6c6baa7f8850fb023f282603800ddb40a1b52567001f56650e4cdc2538844af0
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp311-cp311-macosx_15_0_x86_64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp311-cp311-macosx_15_0_x86_64.whl -
Subject digest:
e1f45f916bcd6f016cc1ac9eb470ad200456eacc806776c3ea092d38051d1785 - Sigstore transparency entry: 2215284590
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type:
File details
Details for the file regcoil-0.1.0-cp311-cp311-macosx_14_0_arm64.whl.
File metadata
- Download URL: regcoil-0.1.0-cp311-cp311-macosx_14_0_arm64.whl
- Upload date:
- Size: 4.5 MB
- Tags: CPython 3.11, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bacbe1af115217516bbab2ccb2ce95d107b3f4ec0b13080b932e60cd3c48e345
|
|
| MD5 |
f7ca5e47fa629eda0e3a4dbdefcb0338
|
|
| BLAKE2b-256 |
00f14ed95d5500ca8755144041b21c96184074e1f7fe4cff87508ebd9a49ff16
|
Provenance
The following attestation bundles were made for regcoil-0.1.0-cp311-cp311-macosx_14_0_arm64.whl:
Publisher:
release.yml on landreman/regcoil
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regcoil-0.1.0-cp311-cp311-macosx_14_0_arm64.whl -
Subject digest:
bacbe1af115217516bbab2ccb2ce95d107b3f4ec0b13080b932e60cd3c48e345 - Sigstore transparency entry: 2215284347
- Sigstore integration time:
-
Permalink:
landreman/regcoil@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/landreman
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ecd8575983bb0e45ecd4e319cac0a53fc1bebffb -
Trigger Event:
release
-
Statement type: