Welcome to the blog

Posts

My thoughts and ideas

  • Aharonov-Bohm Effect

    The Aharonov-Bohm effect reveals that in quantum mechanics, potentials can significantly impact charged particles in areas without electromagnetic fields or forces. This stands in contrast to classical physics, which disregards the physical significance of potentials in the absence of fields.

  • Optional in Swift Programming

    We can avoid errors caused by nil values by using Optional types. Optional types should be safely unwrapped before use.