Changes between Version 5 and Version 6 of SphericalHarmonics


Ignore:
Timestamp:
Aug 31, 2020, 4:42:54 PM (6 years ago)
Author:
goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SphericalHarmonics

    v5 v6  
    11= Making a Spherical Harmonic Surface =
    22
    3 Here is some Python code when opened in ChimeraX creates spherical harmonic surfaces.  The real part of the spherical harmonic is the surface radius.
     3Here is some Python code when opened in ChimeraX creates spherical harmonic surfaces.  Albert Smith [http://plato.cgl.ucsf.edu/pipermail/chimera-users/2020-August/017135.html asked] about this.  The real part of the spherical harmonic is depicted as the surface radius and colored red for positive radius and blue for negative radius.
    44
    55    r = Ylm(theta, phi) where Ylm is a spherical harmonic, l = 2, m=0,1,2.