Commit | Date | |
---|---|---|
[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 |
[r2675]
by
bugman
Ported r2674 from the 1.2 line. The command used was: This includes a number of improvements to the optimisation tests of the test suite. See the post at |
2006-10-27 08:38:40 | Tree |
[r2674]
by
bugman
Improvements to optimisation tests of the test suite. These improvements include all of the suggestions by Chris MacRaild at The exact changes are detailed in the follow up post located at |
2006-10-27 08:33:54 | Tree |
[r2673]
by
bugman
Ported r2671 and r2672 from the 1.2 line. The command used was: This improves the optimisation tests and makes them a little more lenient to allow for machine |
2006-10-26 09:16:54 | Tree |