Skip to content

Commit

Permalink
rename vars after merge conflict (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored Apr 17, 2024
1 parent 066388b commit ef3ff26
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 122 deletions.
6 changes: 3 additions & 3 deletions crystalatte/crystalatte.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,9 +861,9 @@ def cif_main(fNameIn, fNameOut, Na, Nb, Nc, monomer_cutoff, nmer_cutoff, make_re
make_rect_box = True

# Determine the box size.
Lx = Nx * La
Ly = Ny * Lb
Lz = Nz * Lc
Lx = Na * La
Ly = Nb * Lb
Lz = Nc * Lc

for i in range(len(atoms)):

Expand Down
14 changes: 0 additions & 14 deletions loriab/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions loriab/acetic_acid_mp2_noaug.cle

This file was deleted.

75 changes: 0 additions & 75 deletions loriab/cif/acetic_acid.cif

This file was deleted.

17 changes: 0 additions & 17 deletions loriab/demo.cle

This file was deleted.

0 comments on commit ef3ff26

Please sign in to comment.