Recent content by bkent9
-
B
Graduate 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...- bkent9
- Post #5
- Forum: Quantum Physics
-
B
Graduate 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...- bkent9
- Thread
- Generators Mechanics Qm
- Replies: 4
- Forum: Quantum Physics
-
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...- bkent9
- Post #3
- Forum: Programming and Computer Science
-
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...- bkent9
- Thread
- Code Fortran Ubuntu
- Replies: 4
- Forum: Programming and Computer Science