Git Product home page Git Product logo

Comments (5)

moble avatar moble commented on July 29, 2024

You're not using this code to generate Wigner rotation matrices. Are you talking about this code?

from quaternion.

gdurkin avatar gdurkin commented on July 29, 2024

Thanks for the quick reply, I was using:

import quaternion
import spherical_functions as sf

def QuaternionRotMat(ell,aa,bb,cc,dd):
indices = []
R = np.quaternion(aa,bb,cc,dd).normalized()
indices = np.array([[ell,mp,m]
for mp in np.arange(-ell, ell + 1) for m in
np.arange(-ell, ell+ 1)])
mat = sf.Wigner_D_element(R, indices).reshape((2_ell + 1, 2_ell + 1))
return mat

On 20 January 2016 at 17:04, Mike Boyle [email protected] wrote:

You're not using this code to generate Wigner rotation matrices. Are
you talking about this https://github.com/moble/spherical_functions
code?


Reply to this email directly or view it on GitHub
#21 (comment).

Dr. Gabriel A. Durkin,
Senior Research Scientist
SGT, Inc.
and
Quantum Artificial Intelligence Laboratory (QuAIL)
at
NASA Ames Research Center
Moffett Field
CA 94035
USA
Tel: +1 626 993 4132
Email: [email protected]
Web: http://www.nas.nasa.gov/quantum/durkin.html
http://www.nasa.gov/centers/ames/research/qpl/durkin-index.html
NASA QFT 1.0 Conference: http://quantum.nasa.gov

from quaternion.

moble avatar moble commented on July 29, 2024

This issue was moved to moble/spherical_functions#17

from quaternion.

moble avatar moble commented on July 29, 2024

This is an issue with the spherical_functions package, so I used the issue mover to move it there.

from quaternion.

gdurkin avatar gdurkin commented on July 29, 2024

ok jolly good

On 20 January 2016 at 20:11, Mike Boyle [email protected] wrote:

This is an issue with the spherical_functions package, so I used the
issue mover https://github-issue-mover.appspot.com/ to move it there.


Reply to this email directly or view it on GitHub
#21 (comment).

Dr. Gabriel A. Durkin,
Senior Research Scientist
SGT, Inc.
and
Quantum Artificial Intelligence Laboratory (QuAIL)
at
NASA Ames Research Center
Moffett Field
CA 94035
USA
Tel: +1 626 993 4132
Email: [email protected]
Web: http://www.nas.nasa.gov/quantum/durkin.html
http://www.nasa.gov/centers/ames/research/qpl/durkin-index.html
NASA QFT 1.0 Conference: http://quantum.nasa.gov

from quaternion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.