Recent content by Bob Walance
-
Undergrad Acceleration calculation in Special Relativity
Minguzzi's paper, in its 'A more complicated example' section, does confirm that all four phases would yield equal elapsed times on Alex's clock. Thank you for posting this. I suppose that I should feel confident about this answer since obtaining confirmation experimentally would be difficult.- Bob Walance
- Post #5
- Forum: Special and General Relativity
-
Undergrad Acceleration calculation in Special Relativity
Alex and Babs are on the ISS. Babs departs in her spaceship, and her engine always imparts either +1g or -1g on her body until the journey ends. There are four phases to Babs' journey. Each phase lasts for 1 year according to Babs. Phase 1: Babs departs and turns on her engine to its NORMAL...- Bob Walance
- Thread
- Special relativity
- Replies: 5
- Forum: Special and General Relativity
-
Insights Quantum Computing for Beginners
The PDF is now rev 6. An appendix has been added that gives some details on a classical computer's simulation of a quantum computer.- Bob Walance
- Post #20
- Forum: Quantum Physics
-
High School A homebrew quantum computer simulator
The IBM simulator is much easier to use. Give it a try and then learn how to entangle two qubits. That'll be a good start. https://quantum.ibm.com/composer/files/new- Bob Walance
- Post #7
- Forum: Quantum Physics
-
High School A homebrew quantum computer simulator
After you get the new files, the one to run is 'qc_simulator.py'.- Bob Walance
- Post #5
- Forum: Quantum Physics
-
High School A homebrew quantum computer simulator
I've fixed that problem. Please download the six new .py files, and let me know if you're able to run it. Thanks.- Bob Walance
- Post #4
- Forum: Quantum Physics
-
Undergrad Calculating qubit purity/entanglement in a quantum computer
I had written a simulator for a quantum computer and wanted to be able to calculate the values of the "purity of reduced states". "Purity of reduced states" is a quantity that IBM provides on their simulator for each qubit. They used to call it "entanglement", and I believe that the two terms...- Bob Walance
- Thread
- Entanglement Qubit
- Replies: 0
- Forum: Quantum Physics
-
Collection of Lame Jokes
An Irishman in a Dublin pub has the habit of ordering three separate pints of Guinness. He would set them down on the table and carefully take a sip from each glass one-by-one. This goes on for many weeks when someone in the pub gets curious and decides to ask the man why he does this. He...- Bob Walance
- Post #18,854
- Forum: General Discussion
-
Collection of Lame Jokes
I was reading an obituary page today in the newspaper and noticed that everyone listed in this obituary had died in alphabetical order.- Bob Walance
- Post #18,301
- Forum: General Discussion
-
C/C++ C++ How to invoke an object's method in a different file
Wow. That works! Yes, a single instance of the class (really it's no instance) is just fine for my application. Thank you for the simple solution.- Bob Walance
- Post #5
- Forum: Programming and Computer Science
-
C/C++ C++ How to invoke an object's method in a different file
I don't want to create and destroy the instance for each periodic timer interrupt. While this would probably work, it seems messy. A pointer to the instance could be created in timer_functions.cpp, but how would it get passed to the timer interrupt?- Bob Walance
- Post #3
- Forum: Programming and Computer Science
-
C/C++ C++ How to invoke an object's method in a different file
I have created an object for the class Timers in timer_functions.cpp, and I need to run a method associated with that object ( test_method() ) from interrupts.cpp. I've tried many things but have been unsuccessful. Any ideas would be appreciated. Here is some sample code: classes.hpp...- Bob Walance
- Thread
- C++ programming
- Replies: 4
- Forum: Programming and Computer Science
-
Insights Quantum Computing for Beginners
I have updated the PDF (now rev 4) with a few clarifications and corrections. Also, a table of contents has been added.- Bob Walance
- Post #19
- Forum: Quantum Physics
-
High School Quantum entanglement and hidden variables
In the 'Many Worlds' interpretation of quantum physics, both entangled particles will exist in separate worlds when a measurement is performed. For example, in the case of a simple Bell pair where the wave function has 50% probability of finding the two particles with spin up and 50% probability...- Bob Walance
- Post #7
- Forum: Quantum Physics
-
Today I Learned
Today I learned that it was Pythagoras' mother who was the first person ever to use the expression, "Do the math!"- Bob Walance
- Post #4,610
- Forum: General Discussion