- Notifications
You must be signed in to change notification settings - Fork4
A Python library for reading and writing Wannier90 files
License
NotificationsYou must be signed in to change notification settings
wannier-developers/wannier90io-python
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A Python library for reading and writingWannier90 files.
importpprintimportwannier90ioasw90iopp=pprint.PrettyPrinter()withopen(win_fpath,'r')asfh:parsed_win=w90io.parse_win_raw(fh.read())withopen(nnkp_fpath,'r')asfh:parsed_nnkp=w90io.parse_nnkp_raw(fh.read())pp.pprint(parsed_win)pp.pprint(parsed_nnkp)
About
A Python library for reading and writing Wannier90 files
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.