MachineConfgiuration::getRemainingOrientation() - what does it do?

MachineConfgiuration::getRemainingOrientation() - what does it do?

Anonymous
Not applicable
261 Views
1 Reply
Message 1 of 2

MachineConfgiuration::getRemainingOrientation() - what does it do?

Anonymous
Not applicable
0 Likes
262 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

I figured it out:

 

Suppose that m is a MachineConfiguration.

Suppose that W is a unitary matrix. 
Suppose that P is a matrix satisfying P == m.getOrientation(m.getABC(P)).

Then, P.multiply(m.getRemainingOrientation(m.getABC(P), W)) == W.

0 Likes