You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
want to replace assign_... functions with the single assign_coords function and have separate functions to generate coords
defuniform_cylinder(
n: int,
xyz_start: Quantity, # (3,) vector with unitsxyz_end: Quantity,# (3,) vector with unitsradius: Quantity, # e.g., with units
) ->Quantity: # (n x 3) array with units
One module for generating coords, with units.
Need to decide whether to return x, y, z tuple or nx3 array
The text was updated successfully, but these errors were encountered: