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
I would like to generate random 3D-bulk crystals using custom inter-atomic distances for the distance-check.
In the documentation under "Optional parameters",
it is explained that that can be achieved by defining a new Tol_matrix object and passing it to from_random() for example via:
However, when trying this, I receive an error, stating that tm is not an existing keyword of from_random(). TypeError: from_random() got an unexpected keyword argument 'tm'
Is that part of the documentation outdated?
Is there actually a possibility to pass a tolerance matrix to from_random()?
Thanks in advance.
Kind regards,
Evgeny
The text was updated successfully, but these errors were encountered:
Dear ladies and gentlemen,
I would like to generate random 3D-bulk crystals using custom inter-atomic distances for the distance-check.
In the documentation under "Optional parameters",
it is explained that that can be achieved by defining a new
Tol_matrix
object and passing it tofrom_random()
for example via:However, when trying this, I receive an error, stating that
tm
is not an existing keyword offrom_random()
.TypeError: from_random() got an unexpected keyword argument 'tm'
Is that part of the documentation outdated?
Is there actually a possibility to pass a tolerance matrix to
from_random()
?Thanks in advance.
Kind regards,
Evgeny
The text was updated successfully, but these errors were encountered: