Rotation Operators, Complex Exponential of Pauli Matrices, Euler's Formula with Taylor Series

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 5

  • @rabri-ghewar
    @rabri-ghewar Місяць тому

    Thanx 👍🏼👍🏼

  • @bamgm14
    @bamgm14 Рік тому

    Yo, best explaination yet

  • @arisoda
    @arisoda Рік тому

    Any plans on making advanced linear algebra videos? It's an intuitive subject, so suitable for this style of teaching

  • @YedaiHomeostatico
    @YedaiHomeostatico Рік тому

    So, each rotation matrix defines 2 complex numbers, one per row, that are multiplied with with spin up and down respectively to apply a rotation to a single qbit?. But if it is an entangled state, with 4 elements in the state vector, don't you need 4x4 matrixs?

    • @YedaiHomeostatico
      @YedaiHomeostatico Рік тому

      oh, each rotation in exectuted by np.dot(statevector, rotationmatrix) and for two qbuit the 4x4 rotation matrix is created by np.kron(r2,r2) witch is a tensor product