| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README | 2022-12-15 | 1.6 kB | |
| PY-Nodes-2022.2.tar.xz | 2022-12-15 | 189.1 MB | |
| PY-Nodes.tar.xz | 2022-11-14 | 188.1 MB | |
| Totals: 3 Items | 377.2 MB | 0 |
**********************************************************************************************************************************************
PY-Nodes-2022.2
- Added a setup.py module. This will help in the easy installation of the code.
- The setup.py module will also create a bin directory with all the PY-Nodes module.
- Running the setup.py will automatically update the path of bin directory in the .bashrc file.
- For this version, user only needs the case directory and PY-Nodes.input file in the working directory to run the nodes-finding process.
- Added a doc directory, which now contains the original paper corresponding the code. It also contains the Userguide with detailed information about the PY-Nodes code. This will help the users in easy installation and usage of the code.
- Commands to run the PY-Nodes code is now changed. The new command is: python3 $pynodes/PY-Nodes.py
For the previous version, the command was: python3 PY-Nodes.py
**********************************************************************************************************************************************
PY-Nodes (First version)
- Designed for searching bands-degenerate (nodes) points in any given material.
- Interfaced only with the WIEN2k package.
- Nodes-finding process is based on first-principle approach.
- Uses the Nelder-Mead's simplex minimization method to efficiently search the nodes in a given material.
**********************************************************************************************************************************************