This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Si nanowire | |
#bulk | |
atkpython transistor_analysis_DOS.py --ifile=nanowires/Si/si_bulk.py --analysis=bulk --model=dft --dos_energy_range=-1,1,40 --calcs=Bands --k_points=5,5,5 --band_dims=3 >& logs/si_bulk_bands_0_VG_3d.log & | |
atkpython transistor_analysis_DOS.py --ifile=nanowires/Si/si_bulk.py --analysis=bulk --model=dft --dos_energy_range=-1,1,40 --calcs=Bands --k_points=5,5,5 --band_dims=2 >& logs/si_bulk_bands_0_VG_2d.log & | |
atkpython transistor_analysis_DOS.py --ifile=nanowires/Si/si_bulk.py --analysis=bulk --model=dft --dos_energy_range=-1,1,40 --calcs=Bands --k_points=5,5,5 --band_dims=2 --band_route=G,X,W,K,G >& logs/si_bulk_bands_0_VG_2d.log & | |
#100 | |
atkpython transistor_analysis_DOS.py --ifile=nanowires/Si/si_100_5A_6.25Ax6.25A_gated.py --analysis=gate_sweep --gate_v=-1,-1,1,0 --model=dft --dos_energy_range=-1,1,40 --calcs=Bands >& logs/si_100_5A_6.25Ax6.25A_gated_bands_-4_0_VG.log & | |
atkpython transistor_analysis_DOS.py --ifile=nanowires/Si/si_100_5A_6.25Ax6.25A_gated.py --analysis=gate_sweep --gate_v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[Snippets]] | |
Description = "Tail the latest modified file that ends with .log" | |
Filename = "/home/ANT.AMAZON.COM/hasfaro/.config/pet/snippet.toml" | |
Output = "" | |
Tag = ["", "bash"] | |
command = "tail -f `ls -t *.log | head -n1`" | |
[[Snippets]] | |
Description = "Show all changed files between this branch and master" |