Skip to content

Commit

Permalink
line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
eahenle committed Jun 26, 2024
1 parent b30e78f commit d3e7759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/molecule.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ for file in readdir(dir)
end
# output
┌ Info: atoms.csv
└ data = "atom,x,y,z\r\nN_in_N2,0,0,0.55\r\nPSEUDOATOM_LABEL,0,0,0\r\nN_in_N2,0,0,-0.55"
└ data = "atom,x,y,z\nN_in_N2,0,0,0.55\nPSEUDOATOM_LABEL,0,0,0\nN_in_N2,0,0,-0.55"
┌ Info: charges.csv
└ data = "q,x,y,z\r\n-0.482,0,0,0.55\r\n0.964,0,0,0\r\n-0.482,0,0,-0.55"
└ data = "q,x,y,z\n-0.482,0,0,0.55\n0.964,0,0,0\n-0.482,0,0,-0.55"
```

**atoms.csv**
Expand Down

0 comments on commit d3e7759

Please sign in to comment.