Skip to content

Commit

Permalink
1d rod update pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gianmarco-terrones committed Jun 7, 2024
1 parent 6ccaafa commit 79718e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions molSimplify/Informatics/MOF/MOF_descriptors.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,11 +912,6 @@ def detect_1D_rod(molcif, allatomtypes, cpar, logpath, name, adj_matrix, fcoords
my_shift = compute_image_flag(cell_v, current_pos, fcoords[i])
shifted_fcoord_neighbor = fcoords[i] + my_shift

# # Check if, even after a shift, current position is more than a unit cell vector away
# if min(current_pos - shifted_fcoord_neighbor) >= 1:
# keep_looking = False
# break

if list(shifted_fcoord_neighbor) not in metal_pos:
metal_pos.append(list(shifted_fcoord_neighbor))

Expand Down

0 comments on commit 79718e1

Please sign in to comment.