Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.