Media Search:



Quantum Computing – Intel

Ongoing Development in Partnership with Industry and AcademiaThe challenges in developing functioning quantum computing systems are manifold and daunting. For example, qubits themselves are extremely fragile, with any disturbance including measurement causing them to revert from their quantum state to a classical (binary) one, resulting in data loss. Tangle Lake also must operate at profoundly cold temperatures, within a small fraction of one kelvin from absolute zero.

Moreover, there are significant issues of scale, with real-world implementations at commercial scale likely requiring at least one million qubits. Given that reality, the relatively large size of quantum processors is a significant limitation in its own right; for example, Tangle Lake is about three inches square. To address these challenges, Intel is actively developing design, modeling, packaging, and fabrication techniques to enable the creation of more complex quantum processors.

Intel began collaborating with QuTech, a quantum computing organization in the Netherlands, in 2015; that involvement includes a US$50M investment by Intel in QuTech to provide ongoing engineering resources that will help accelerate developments in the field. QuTech was created as an advanced research and education center for quantum computing by the Netherlands Organisation for Applied Research and the Delft University of Technology. Combined with Intels expertise in fabrication, control electronics, and architecture, this partnership is uniquely suited to the challenges of developing the first viable quantum computing systems.

Currently, Tangle Lake chips produced in Oregon are being shipped to QuTech in the Netherlands for analysis. QuTech has developed robust techniques for simulating quantum workloads as a means to address issues such as connecting, controlling, and measuring multiple, entangled qubits. In addition to helping drive system-level design of quantum computers, the insights uncovered through this work contribute to faster transition from design and fabrication to testing of future generations of the technology.

In addition to its collaboration with QuTech, Intel Labs is also working with other ecosystem members both on fundamental and system-level challenges on the entire quantum computing stack. Joint research being conducted with QuTech, the University of Toronto, the University of Chicago, and others builds upward from quantum devices to include mechanisms such as error correction, hardware- and software-based control mechanisms, and approaches and tools for developing quantum applications.

Beyond Superconduction: The Promise of Spin QubitsOne approach to addressing some of the challenges that are inherent to quantum processors such as Tangle Lake that are based on superconducting qubits is the investigation of spin qubits by Intel Labs and QuTech. Spin qubits function on the basis of the spin of a single electron in silicon, controlled by microwave pulses. Compared to superconducting qubits, spin qubits far more closely resemble existing semiconductor components operating in silicon, potentially taking advantage of existing fabrication techniques. In addition, this promising area of research holds the potential for advantages in the following areas:

Operating temperature:Spin qubits require extremely cold operating conditions, but to a lesser degree than superconducting qubits (approximately one degree kelvin compared to 20 millikelvins); because the difficulty of achieving lower temperatures increases exponentially as one gets closer to absolute zero, this difference potentially offers significant reductions in system complexity.

Stability and duration:Spin qubits are expected to remain coherent for far longer than superconducting qubits, making it far simpler at the processor level to implement them for algorithms.

Physical size:Far smaller than superconducting qubits, a billion spin qubits could theoretically fit in one square millimeter of space. In combination with their structural similarity to conventional transistors, this property of spin qubits could be instrumental in scaling quantum computing systems upward to the estimated millions of qubits that will eventually be needed in production systems.

To date, researchers have developed a spin qubit fabrication flow using Intels 300-millimeter process technology that is enabling the production of small spin-qubit arrays in silicon. In fact, QuTech has already begun testing small-scale spin-qubit-based quantum computer systems. As a publicly shared software foundation, QuTech has also developed the Quantum Technology Toolbox, a Python package for performing measurements and calibration of spin-qubits.

See original here:
Quantum Computing - Intel

What is Quantum Computing? Learn How it Works

Technology giants like Google, IBM, Amazon, and Microsoft are pouring resources into quantum computing. The goal of quantum computing is to create the next generation of computers and overcome classic computing limits.

Despite the progress, there are still unknown areas in this emerging field.

This article is an introduction to the basic concepts of quantum computing. You will learn what quantum computing is and how it works, as well as what sets a quantum device apart from a standard machine.

Quantum computing is a new generation of computers based on quantum mechanics, a physics branch that studies atomic and subatomic particles. These supercomputers perform computations at speeds and levels an ordinary computer cannot handle.

These are the main differences between a quantum device and a regular desktop:

Unlike a standard computer, its quantum counterpart can perform multiple operations simultaneously. These machines also store more states per unit of data and operate on more efficient algorithms.

Incredible processing power makes quantum computers capable of solving complex tasks and searching through unsorted data.

The adoption of more powerful computers benefits every industry. However, some areas already stand out as excellent opportunities for quantum computers to make a mark:

The key behind a quantum computers power is its ability to create and manipulate quantum bits, or qubits.

Here is the state of a qubit q0:

The likelihood of q0 being 0 when measured is a2. The probability of it being 1 when measured is b2. Due to the probabilistic nature, a qubit can be both 0 and 1 at the same time.

For a qubit q0 where a = 1 and b = 0, q0 is equivalent to a classical bit of 0. There is a 100% chance to get to a value of 0 when measured. If a = 0 and b = 1, then q0 is equivalent to a classical bit of 1. Thus, the classical binary bits of 0 and 1 are a subset of qubits.

Now, lets look at an empty circuit in the IBM Circuit Composer with a single qubit q0 (Figure 1).The Measurement probabilities graph shows that the q0 has 100% of being measured as 0. The Statevector graph shows the values of a and b, which correspond to the 0 and 1 computational basis states column, respectively.

In the case of Figure 1, a is equal to 1 and b to 0. So, q0 has a probability of 12 = 1 to be measured as 0.

A connected group of qubits provides more processing power than the same number of binary bits. The difference in processing is due to two quantum properties: superposition and entanglement.

When 0 < a and b < 1, the qubit is in a so-called superposition state. In this state, it is possible to jump to either 0 or 1 when measured. The probability of getting to 0 or 1 is defined by a2 and b2.

The Hadamard Gate is the basic gate inquantum computing. The Hadamard Gate moves the qubit from a non-superposition state of 0 or 1 into a superposition state. While in a superposition state, there is a 0.5 probability of it being measured as 0. There is also a 0.5 chance of the qubit ending up as 1.

Lets look at the effect of adding the Hadamard Gate (shown as a red H) on q0 where q0 is currently in a non-superposition state of 0 (Figure 2). After passing the Hadamard gate, the Measurement Probabilities graph shows that there is a 50% chance of getting a 0 or 1 when q0 is measured.

The Statevector graph shows the value of a and b, which are both square roots of 0.5 = 0.707. The probability for the qubit to be measured to 0 and 1 is 0.7072 = 0.5, so q0 is now in a superposition state.

When we measure a qubit in a superposition state, the qubit jumps to a non-superposition state. A measurement changes the qubit and forces it out of superposition to the state of either 0 or 1.

If a qubit is in a non-superposition state of 0 or 1, measuring it will not change anything. In that case, the qubit is already in a state of 100% being 0 or 1 when measured.

Let us add a measurement operation into the circuit (Figure 3). We measure q0 after the Hadamard gate and output the value of the measurement to bit 0 (a classical bit) in c1:

To see the results of the q0 measurement after the Hadamard Gate, we send the circuit to run on an actual quantum computer called ibmq_armonk. By default, there are 1024 runs of the quantum circuit. The result (Figure 4) shows that about 47.4% of the time, the q0 measurement is 0. The other 52.6% of times, it is measured as 1:

The second run (Figure 5) yields a different distribution of 0 and 1, but still close to the expected 50/50 split:

If two qubits are in an entanglement state, the measurement of one qubit instantly collapses the value of the other. The same effect happens even if the two entangled qubits are far apart.

Let us look at an example. A quantum operation that puts two untangled qubits into an entangled state is the CNOT gate. To demonstrate this, we first add another qubit q1, which is initialized to 0 by default. Before the CNOT gate, the two qubits are untangled, so q0 has a 0.5 chance of being 0 or 1 due to the Hadamard gate, while q1 is going to be 0. The Measurement Probabilities graph (Figure 6) shows that the probability of (q1, q0) being (0, 0) or (0, 1) is 50%:

Then we add the CNOT gate (shown as a blue dot and the plus sign) that takes the output of q0 from the Hadamard gate and q1 as inputs. The Measurement Probabilities graph now shows that there is a 50% chance of (q1, q0) being (0, 0) and 50% of being (1, 1) when measured (Figure 7):

There is zero chance of getting (0, 1) or (1, 0). Once we determine the value of one qubit, we know the others value because the two must be equal. In such a state, q0 and q1 are entangled.

Let us run this on an actual quantum computer and see what happens (Figure 8):

We are close to a 50/50 distribution between the 00 and 11 states. We also see unexpected occurrences of 01 and 10 due to the quantum computers high error rates. While error rates for classical computers are almost non-existent, high error rates are the main challenge of quantum computing.

The circuit shown in the Entanglement section is called the Bell Circuit. Even though it is basic, that circuit shows a few fundamental concepts and properties of quantum computing, namely qubits, superposition, entanglement, and measurements. The Bell Circuit is often cited as the Hello World program for quantum computing.

By now, you probably have many questions, such as:

There are no shortcuts to learning quantum computing. The field touches on complex topics spanning physics, mathematics, and computer science.

There is an abundance of good books and video tutorials that introduce the technology. These resources typically cover pre-requisite concepts like linear algebra, quantum mechanics, and binary computing.

In addition to books and tutorials, you can also learn a lot from code examples. Solutions to financial portfolio optimization and vehicle routing, for example, are great starting points for learning about quantum computing.

Quantum computers have the potential to exceed even the most advanced supercomputers. Quantum computing can lead to breakthroughs in science, medicine, machine learning, construction, transport, finances, and emergency services.

The promise is apparent, but the technology is still far from being applicable to real-life scenarios. New advances emerge every day, though, so expect quantum computing to cause significant disruptions in years to come.

Original post:
What is Quantum Computing? Learn How it Works

N. Quabbin represented at political state convention, as growing third-party marks 50th anniversary – Athol Daily News

Published: 3/25/2021 1:31:57 PM

Modified: 3/25/2021 1:31:55 PM

MASSACHUSETTS A pair of North Quabbin voices joined a chorus of nearly 40 fellow Libertarians statewide, who gathered Saturday for the third-partys annual state convention.

The Libertarian Association of Massachusetts (LAMA) State Convention 2021 convened remotely on March 20 to nominate and elect officers, vote on resolutions and discuss increased political progress. According to a press release, the five-hour convention was visited by prominent national figures as well, including the partys 2020 Presidential running mate, Jeremy Spike Cohen, and National Libertarian Committee Chair Joe Bishop-Henchman.

Charles Larkin of Athol and Ann Reed of Orange served on the days ad hoc Resolution Committee, and Larkin was also re-elected as LAMA Archivist. Both Reed and Larkin also serve on a local LAMA affiliate, the Libertarian Party of Worcester County (LPWC), which formed last year and meets monthly by remote.

Worcester County residents interested in possibly joining LPWC may contact affiliate chair and LAMA Communications Director, Janel Holmes at communications@lpmass.org or Larkin at 978-248-9899.

Franklin County residents interested in possibly forming their own affiliate may contact LAMA Political Director Michael Burns at political@lpmass.org.

Detailed information on the Libertarian party, which espouses self-ownership and non-aggression, is accessible at https://www.lpmass.org.

LAMA is the Massachusetts affiliate of the National Libertarian Party. As noted at Saturdays state convention, 2021 marks the partys 50th anniversary.

More here:
N. Quabbin represented at political state convention, as growing third-party marks 50th anniversary - Athol Daily News

March 19-21: Libertarian Party of NH convention with keynote from former US Rep. Justin Amash – Manchester Ink Link

Former U.S. Rep. Justin Amash will be keynote speaker for the NH Libertarian Partys annual convention. Courtesy Photo

CONCORD, NH The Libertarian Party of New Hampshires annual convention is taking place this weekend March 19 21 at the Holiday Inn, North Main St. in Concord. Party members will elect Executive Committee members for the coming year, as well as considering changes to the Bylaws and Platform.

Justin Amash will be the Keynote Speaker during the Banquet Saturday night. He will be speaking remotely from Michigan and his keynote will be followed by a Q&A session. Amash, former U.S. Representative from Michigans 3rd Congressional District was elected and served as a Republican for nine years before joining the Libertarian Party in 2020. Amash was the highest-seated Libertarian in the partys history. He was the founder and chair of the House Liberty Caucus, saying his votes reflect Limited government, economic freedom, and individual liberty.

Tara DeSisto, Development Director of the National Libertarian National Committee, and Cara Shultz, Candidate Recruitment Specialist for the LNC, are slated to be featured speakers.

A social mixer is open to all Friday night and media is welcome to attend the business sessions of the convention Saturday & Sunday.

Related

Read more:
March 19-21: Libertarian Party of NH convention with keynote from former US Rep. Justin Amash - Manchester Ink Link

Former state Rep. Jeff Pyle’s staffer wins GOP nomination for special election, Dems choose Thursday night – TribLIVE

TribLIVE's Daily and Weekly email newsletters deliver the news you want and information you need, right to your inbox.

The Republican Committee for Armstrong, Butler and Indiana counties has nominated Abby Major as their candidate to run for former state Rep. Jeff Pyles seat.

The Democrats committee was scheduled to vote on its candidate Thursday evening.

A special election for Pyles seat will be held on the same day as the primary election, May 18. The winner of the special election will serve through next year.

A longtime lawmaker from Ford City, Pyle retired suddenly because of health issues earlier this month. He had just begun his ninth, two-year term in January.

Pyle endorsed Major, his chief of staff.

Obviously I am so honored that they picked me and grateful to be given the opportunity, said Major, 36, of Ford City. Prior to her working for Pyle, Major was an Iraqi war veteran who served as an Army intelligence analyst.

Major said she already started her campaign. She looks forward to meeting constituents and getting them out to vote.

She was among five candidates considered Wednesday night by the Republication committees. The candidates included Armstrong County Commissioner Don Myers, Anthony Shea, Jack Bowser and North Buffalo Township Supervisor Michael Valencic, according to Michael Baker of East Franklin, chair of the Armstrong County Republican Committee.

Baker said the turnout of five candidates so quickly after Pyle announced his retirement shows the enthusiasm for the Republican Party.

The committee conferees, with about 25 voting by secret ballot Wednesday night, unanimously endorsed Major, according to Baker. The conferees were impressed by Majors 12 years of experience in a state legislative office and her military background, he said.

Libertarian candidate named

On Tuesday night, the Libertarian Party endorsed Drew Hreha, 22, of North Apollo to run for the seat.

The Libertarian Party of Armstrong and Butler counties met Tuesday night online. They interviewed and nominated Hreha, said Sam Robb of Frazer, the Western vice chair for the Libertarian Party of Pennsylvania.

Hreha is a senior at Waynesburg University and editor of the campus newspaper, The Yellow Jacket.

We spent about 45 minutes asking Drew questions and learned how well he lined up with Libertarian values, and we are very satisfied, Robb said.

Libertarians account for about 1% to 2% of registered voters in most counties, he said.

Hreha said he hopes to bring a younger perspective to the General Assembly.

As a Libertarian, I can work both sides of the aisle, he said.

Hreha is looking to limit the state governors powers and to better protect the Second Amendment at the state level.

Mary Ann Thomas is a Tribune-Review staff writer. You can contact Mary at 724-226-4691, mthomas@triblive.com or via Twitter .

Categories:Local | Top Stories | Valley News Dispatch

TribLIVE's Daily and Weekly email newsletters deliver the news you want and information you need, right to your inbox.

More Valley News Dispatch Stories

Read more:
Former state Rep. Jeff Pyle's staffer wins GOP nomination for special election, Dems choose Thursday night - TribLIVE