Skip to content

Commit b6e09ca

Browse files
committed
maint: set orbital radius
1 parent 6a97732 commit b6e09ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sisl/geom/nanotube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def nanotube(bond, atom=None, chirality=(1, 1)):
2020
chirality of nanotube (n, m)
2121
"""
2222
if atom is None:
23-
atom = Atom[6]
23+
atom = Atom(Z=6, R=bond * 1.01)
2424

2525
# Correct the input...
2626
n, m = chirality

0 commit comments

Comments
 (0)