Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suecreamm/materials
While studying materials science, I'm sharing helpful scripts and VASP input files.
https://github.com/suecreamm/materials
materials-science physics shell-script vasp
Last synced: about 2 months ago
JSON representation
While studying materials science, I'm sharing helpful scripts and VASP input files.
- Host: GitHub
- URL: https://github.com/suecreamm/materials
- Owner: suecreamm
- Created: 2022-11-22T09:44:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T08:02:41.000Z (4 months ago)
- Last Synced: 2024-08-27T09:25:24.915Z (4 months ago)
- Topics: materials-science, physics, shell-script, vasp
- Language: Shell
- Homepage:
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Materials
## 1 Graphene
- VASP Input Files: POSCAR, INCAR, KPOINTS
### You can get graphene's ...
- Density of States
- Electronic Bandstructures (G-M-K-G)## 2 Carbon Nanotubes
### Atomic Structures of CNT(VASP POSCAR & CIF)
#### Web CNT Generator
![Carbon Nanotubes Generator Demonstration](https://github.com/suecreamm/cnt_generator/raw/main/readmeImg.png)
🔮 Go to the Website
With just a few clicks, you can generate the atomic structures of carbon nanotubes. No installation required!***
## Scripts
### B001_phononJobAuto.sh
Phonopy allows you to get the phonon dispersion.
``` $phonopy -d --dim 2 2 2 ```
This gets us a set of supercells.``` $bash B001_phononJobAuto.sh ```
Run this script to automatically assign cluster jobs for phonon calculations. My script may be more efficient when Phonopy provides more than 10 structures.