From 6e02377ef319593925e55338acdaa0aa32c8d15a Mon Sep 17 00:00:00 2001 From: Sarath Date: Tue, 25 Jun 2024 14:04:12 +0200 Subject: [PATCH] remove slip vector --- atomrdf/structure.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/atomrdf/structure.py b/atomrdf/structure.py index 27dc4da..6b0f0eb 100644 --- a/atomrdf/structure.py +++ b/atomrdf/structure.py @@ -211,8 +211,6 @@ def _make_dislocation( Dictionary of elastic constants. The keys should be in Voigt notation. burgers_vector : numpy array of length 3 The Burgers vector of the dislocation. - slip_vector : numpy array of length 3 - The slip vector of the dislocation. dislocation_type : str, optional The type of dislocation to generate. Default is "monopole". structure : crystal lattice to be used