Recent content by bkent9

  1. B

    Q3: How do we measure rotational degrees of freedom in quantum mechanics?

    Ok, so I am working on understanding this. I didn't follow the above part of your answer. I get a rotation matrix and its 3D in R3 space. However how do you go from rotation matrix to infinite dimensional unitary representation U. and why do you have it before the wavefunction on LHS but the...
  2. B

    Q3: How do we measure rotational degrees of freedom in quantum mechanics?

    I have a basic question that still is not clear to me. In QM, various operators are generators of something (ie. momentum is a generator of linear translations, Ang. Mom the generator of Rotations and such) Question 1: Let us look at L, or a component, say Lz. When we operate on a...
  3. B

    Fortran Fortran on ubuntu using f95 code help

    still seeing an error. something else must be off. here is the whole (non commented out) program. I am compiling using the command f95 -o extract extract_file.f program extract_file C this program is designed to obtain data from the two files for my two reactions C user input variables...
  4. B

    Fortran Fortran on ubuntu using f95 code help

    I have the following code with error- I want this general flow. Errors I get are missing ')' at the do while line, syntax error on the line started with ****(not part of program added after fact) and expecting END Program statement at line end do counter=1 user_reaction =3 do while (counter...
Back
Top