Commit | Date | |
---|---|---|
[r2690]
by
bugman
Modified and improved the comments about the uniform vector distribution. The terms longitudinal and latitudinal have been added. |
2006-10-29 04:14:09 | Tree |
[r2689]
by
bugman
Fixed the transposed spheroidal rotation matrix. The spheroidal rotation matrix returned from the data structure 'self.relax.data.diff[run].rotation' |
2006-10-29 03:13:38 | Tree |
[r2688]
by
bugman
Added the three axes corresponding to Dx, Dy, and Dz to the ellipsoid tensor PDB representation. These are the eigenvalues of the ellipsoidal diffusion tensor. Three carbon atoms were added to the |
2006-10-29 03:07:54 | Tree |
[r2687]
by
bugman
Modification to the uniform distribution of vectors. The vectors of the radial array (longitude) have been shifted by half an increment and the last |
2006-10-29 03:05:44 | Tree |
[r2686]
by
bugman
The uniform distribution of vectors has been rotated into the diffusion frame. The geometric representation of the diffusion tensor is now of the correct orientation and shape! |
2006-10-29 03:03:13 | Tree |
[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 |