Commit | Date | |
---|---|---|
[r2685]
by
bugman
Added the rotation matrix as an attribute of the diffusion tensor data structure. The calculation of the diffusion tensor data structure 'self.relax.data.diff[run].tensor' has been |
2006-10-29 03:01:57 | Tree |
[r2684]
by
bugman
Created the geometric representation of the diffusion tensor in the tensor PDB file. The lengths of the uniformly distributed vectors have been extended and scaled to the shape of the |
2006-10-29 03:00:54 | Tree |
[r2683]
by
bugman
Creation of a uniform distribution of unit vectors on a sphere using uniform spherical angles. The function 'self.uniform_vect_dist_spherical_angles()' has been added to the file For the tensor PDB file, this currently generates a number of non-bonded H atoms distributed 1 |
2006-10-29 02:57:04 | Tree |
[r2682]
by
bugman
The diffusion tensor data structure now returns the matrices 'tensor' and 'tensor_diag'. For spherical, spheroidal, and ellipsoidal diffusion, the diffusion tensor data structure attributes |
2006-10-29 02:53:37 | Tree |
[r2681]
by
bugman
A overhaul of the handling of the tensor PDB atomic data and how atoms are added and connected. A new data structure called 'self.atomic_data' has been created to store all the atomic data. The Two new functions have been added to maintain the 'self.atomic_data' structure. The first is The second function is 'self.atom_connect()'. Two arguments are expected, the 'atom_id' and The centre of mass atom is now added using the 'self.atom_add()' function. The atom corresponding The 'self.write_pdb_file()' function has been modified accordingly. |
2006-10-29 02:51:46 | Tree |
[r2680]
by
bugman
The ability for different atoms of the PDB tensor representation has been added. The hetatm array elements are now 2 element arrays consisting of the atom position and the element |
2006-10-29 02:47:24 | Tree |
[r2679]
by
bugman
The length of the vector representing the unique axis of the spheroid is now proportional to Dpar. To calculate the new vector, the Dpar unit vector is multiplied by the eigenvalue Dpar. It is also 3 ns -> 100 Angstrom The docstring of the 'pdb.create_tensor_pdb()' user function has been expanded to include a |
2006-10-29 02:42:18 | Tree |
[r2678]
by
bugman
The unique axis of the spheroid is now represented by the Dpar unit vector in the tensor PDB. As the Dpar unit vector has been added to the centre of mass to create a HETATM record, the distance |
2006-10-29 02:34:21 | Tree |
[r2677]
by
bugman
The diffusion tensor data structure now returns unit vectors parallel to the tensor axes. The 'self.__getattr__()' function has been expanded. The docstring now describes all the equations Dper, Dpar, and Dratio are now only calculated if the diffusion tensor is spheroidal and Dx, Dy, and The Dpar, Dx, Dy, and Dz unit vectors are calculated and a Numeric array is returned. |
2006-10-29 02:29:50 | Tree |
[r2676]
by
bugman
Fix for bug #7540 (https://gna.org/bugs/index.php?7540). This bug was reported by Alex Hansen (viochemist at gmail dot com). The problem was that the |
2006-10-27 08:50:44 | Tree |