Skip to content

Commit

Permalink
add dos2unix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyan0603 committed Nov 23, 2024
1 parent 71323e5 commit e16cf76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/cp2k2xyz/xyz2cp2k.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export PATH=$PATH:/home/chen/software/cp2k-2024.1/exe/local
xyz_file="trj.xyz"
template_inp="test.inp"

dos2unix ${xyz_file} ${template_inp}

# Set the number of cores
num_cores=48 # You can change this value as needed

Expand Down

0 comments on commit e16cf76

Please sign in to comment.