Skip to main content

A Python library for Wannier90 I/O

Project description

Wannier90 I/O with Python

A Python library for reading and writing Wannier90 files.

Quickstart

import pprint

import wannier90io as w90io


pp = pprint.PrettyPrinter()

with open(win_fpath, 'r') as fh:
    parsed_win = w90io.parse_win_raw(fh.read())

with open(nnkp_fpath, 'r') as fh:
    parsed_nnkp = w90io.parse_nnkp_raw(fh.read())

pp.pprint(parsed_win)
pp.pprint(parsed_nnkp)

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

wannier90io-0.1.0b1.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

wannier90io-0.1.0b1-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

Details for the file wannier90io-0.1.0b1.tar.gz.

File metadata

  • Download URL: wannier90io-0.1.0b1.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.23.0

File hashes

Hashes for wannier90io-0.1.0b1.tar.gz
Algorithm Hash digest
SHA256 7b43d0cdcfdca5f3a0ce67b8605fde13c0afbfefb2319bae2f192b2189732c7d
MD5 baa97c7fbcee8f8ed5a0f2c2ca87e290
BLAKE2b-256 1a34d8c27338445703b071f07253579660ef6997d17cdfe58d93257eddc45ce8

See more details on using hashes here.

File details

Details for the file wannier90io-0.1.0b1-py3-none-any.whl.

File metadata

File hashes

Hashes for wannier90io-0.1.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 e72f03dc15187e3f7efefa8f34ecfa5d137564e2a48d0ec1906fdf11be0ca62f
MD5 8564af3a12f0a14b936d1a399c9e7e7d
BLAKE2b-256 38f3219703cae15e8d6dbe0a34cc3a3f7d4364e77249d75470bb393cc1096550

See more details on using hashes here.

Supported by

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