Slashdot Mirror


NIST Ytterbium Atomic Clocks Set Record For Stability

New submitter bryanandaimee writes "An optical lattice clock like the one discussed earlier on Slashdot has broken the stability record. Comparing two OLC's using trapped atoms of Ytterbium, the stability of the clocks was measured to 2 parts per quintillion (10^18). While the previously reported OLC used strontium, these clocks, built by another group, use Ytterbium. Interestingly, while the stability of the clocks is now the best in the world, the accuracy has yet to be measured."

85 comments

  1. Weird choice of measurements by elfprince13 · · Score: 3, Interesting

    They measured the stability but not the accuracy? Aren't both essentially frequency measurements? Can someone explain what data you would collect that would allow you to determine one but not the other?

    1. Re:Weird choice of measurements by vomitology · · Score: 5, Funny

      Time. It's a big ball of wibbly-wobbly timey-wimey stuff.

      --
      ~Knowledge is knowing that a tomato is a fruit, but Wisdom is knowing not to put it in a fruit salad.
    2. Re:Weird choice of measurements by Anonymous Coward · · Score: 4, Informative

      I guess accuracy here refers to the cycle-to-cycle jitter. That is, how much the clock edge position varies when looking at single cycles.

      I guess stability here refers to wandering. That is, how much the single cycle error accumulates when looking at e.g. 1 million cycles.

    3. Re:Weird choice of measurements by AdamHaun · · Score: 5, Informative

      Accuracy measures how close the frequency is to the target, on average. Stability measures how the frequency drifts over time (and temperature, etc.). Accuracy is more of an absolute measurement while stability is more of a relative measurement. From the article:

      The ticks of any atomic clock must be averaged for some period to provide the best results. One key benefit of the very high stability of the ytterbium clocks is that precise results can be achieved very quickly. For example, the current U.S. civilian time standard, the NIST-F1 cesium fountain clock, must be averaged for about 400,000 seconds (about five days) to achieve its best performance. The new ytterbium clocks achieve that same result in about one second of averaging time.

      and

      [U.S. civilian standard cesium reference clock] NIST-F1's performance is described in terms of accuracy, which refers to how closely the clock realizes the cesium atom's known frequency, or natural vibration rate. Accuracy is crucial for time measurements that must be traced to a primary standard. NIST scientists plan to measure the accuracy of the ytterbium clocks in the near future, and the accuracy of other high performance optical atomic clocks is under study at NIST and JILA.

      So it sounds like accuracy is defined in terms of how well the clock reproduces the ideal frequency of the physical process it's based on. Hopefully there's a physicist or two around who can give us the exciting details.

      --
      Visit the
    4. Re:Weird choice of measurements by maxwell+demon · · Score: 5, Informative

      Imagine a mechanical clock that has such a heavy minute hand that it goes much faster down than up. But it returns after exactly one hour, and even after ten years, it shows the full hour accurate to the second. This is a clock with very low stability, but quite high accuracy (for a mechanical clock, for an atomic clock that would of course still be terrible accuracy).

      On the other hand, imagine a mechanic clock which doesn't have this stability problem, but the pendulum is not compensated for temperature changes. That is, when it gets warmer, the pendulum gets slightly longer and the clock goes slightly slower. Now temperature doesn't change very fast, so you'll not notice the effect in a short time span. However over time, the clock will drift away from the correct time, unless you manually correct it. This is clock with good stability, but not so good accuracy.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    5. Re:Weird choice of measurements by Anonymous Coward · · Score: 0

      +5, poster actually knows what they're talking about. Oh wait, Anonymous Coward? ZERO FOR YOU!

    6. Re:Weird choice of measurements by Anonymous Coward · · Score: 0

      Its like a series of wobbly tubes.

    7. Re:Weird choice of measurements by Razgorov+Prikazka · · Score: 1

      Exactly, all we have now is a clock that is very stable though 5 minutes ahead :-S

      --
      rm -rf --no-preserve-root / ...and let /dev/null sort them out...
    8. Re:Weird choice of measurements by Anonymous Coward · · Score: 0

      very nice analogies

    9. Re:Weird choice of measurements by unixisc · · Score: 1

      How do you measure the accuracy of something against a presumably less accurate standard? If the Ytterbium clock shows anything different from the standard NIST clock that uses, what, Caesium?, wouldn't it indicate that Ytterbium is less accurate, not more?

    10. Re:Weird choice of measurements by c0lo · · Score: 2

      They measured the stability but not the accuracy? Aren't both essentially frequency measurements? Can someone explain what data you would collect that would allow you to determine one but not the other?

      Preliminaries: stability (reproducibility) determines precision - in this case, how repeatable is the result obtained by measuring a defined duration. Accuracy would be how close is the measured value to the real one.
      As long as the the stability is high, one can organise different experiments/measurements to determine the accuracy.

      Assume you measure the difference between the time required for a laser beam to bounce from a mirror on the Moon. If your timer is not accurate, you can't be sure on how close the measured distance is to the reality.
      But here comes the benefit of being 10^18 precise: assume you want to measure the variation of the measured distance between two consecutive bounces. Now, the Moon-Earth distance is roughly 3.844e+8 meters - take it twice into consideration. Assuming perfect sensors, a precision of 10^18 allows you to detect a variation of 7.688e+8 / 1e+18 = 7.688 e-10 m = 0.76 nm; to put it in perspective: you could measure the displacement, caused by a cosmic radiation impact, of the atoms in a CPU gate placed on the Moon.

      Where's the applicability you ask? Theoretically, being able to measure that precise (even if not accurate), one should be able to organize experiments on gravitational waves (causing space metric variations) without asking a supernova explosion as the trigger for the experiment.

      --
      Questions raise, answers kill. Raise questions to stay alive.
    11. Re:Weird choice of measurements by AmiMoJo · · Score: 4, Informative

      I work with atomic clocks for a living. You are on the right track.

      Stability is the amount of variation over time. Clock frequency changes as parts age, temperature varies and so forth. Sometimes the variation is predictable and can be compensated for, sometimes not.

      Accuracy is how close the frequency is to the specified one. A cheap ebay atomic clock can do 1 second per century.

      There is also jitter which is the cycle to cycle variation of the output, which could be a square or sine wave. For some applications it matters.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    12. Re:Weird choice of measurements by Anonymous Coward · · Score: 0

      You guess wrong.

      You guess wrong again.

    13. Re:Weird choice of measurements by elfprince13 · · Score: 1

      Thanks for the explanation, but that's the part I'd more or less already figured out. It still leaves my question unanswered, what *data* would you collect that allows you to determine one but not the other? A couple of the other posts had the same issue.

    14. Re:Weird choice of measurements by elfprince13 · · Score: 1

      This is helpful, but was what I'd already pulled up via Google, and doesn't answer my question, per se. Both sound as if they are properties of the frequency distribution, which is why I was asking what data would give you one but not the other (I have a physics degree, so I actually "get" how the clock works. I'm interested in the data analysis).

    15. Re:Weird choice of measurements by elfprince13 · · Score: 1

      But that leaves my original question: how do you collect data in a way that gives one but not the other? Both require you to record the frequency over time, do they not?

    16. Re:Weird choice of measurements by msauve · · Score: 1

      If you have a clock that's exactly, and consistently, 1 minute per day slow, you have a precise, but inaccurate clock. If you have a clock that might be off +- 1 minute per day, but the average makes it never deviate more than 1 minute from correct time, you have an accurate, but imprecise one.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    17. Re:Weird choice of measurements by Anonymous Coward · · Score: 0

      No. To measure stability, you only have to measure a bunch of clock pulses and see how similar they all look to each other not to an ideal clock pulse.

      To measure accuracy, you count the number of clock pulses in X seconds, and see if that number is right. If you measure over a very long time, you may find that the clock is, on average, pretty accurate, even if its stability is not great. That is, you could have a bunch of block pulses that are sometimes longer, sometimes shorter, but on the whole average out.

      Those are both different measurements. Obviously, you'd like an atomic clock to have both good stability and good accuracy, but I imaging doing either measurement well is difficult and time-consuming. The article states that they have measured stability, and so next they will move on to measuring accuracy.

    18. Re:Weird choice of measurements by msauve · · Score: 2

      Caesium clocks, upon which the second is defined, differ in frequency, due to gravity, electromagnetic fields, etc. (the definition of the second is based on a Cs atom at 0K, at rest, which isn't realizable in practice). Because of this, official time is only known after the fact, based on a weighted average of about 400 Cs clocks.

      If changes in the environment have less effect on a Y clock, or the physical processes upon which it's based have less random variation, then in might be more stable. Stability can be determined relatively quickly, using the 3-cornered hat method. But with the scales at issue, it may take a considerable length of time comparing the Y clock to the official realization of time in order to determine its accuracy (or perhaps more properly, calibrate it to be accurate).

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    19. Re:Weird choice of measurements by maxwell+demon · · Score: 1

      Well, in one case you let it run a relatively short time and see how well it matches another clock, in the other case you let it run a very long time. compensate for short-time errors, and again check how well it matches another clock.

      Clearly the accuracy measurement needs longer than the stability measurement (and moreover you need to know the stability in order to compensate for your accuracy measurement).

      --
      The Tao of math: The numbers you can count are not the real numbers.
    20. Re:Weird choice of measurements by Freshly+Exhumed · · Score: 1

      I have read your reply, am reading your reply, and will always read your reply. Hello and good bye.

      --
      I deny that I have not avoided attaining the opposite of that which I do not want.
    21. Re:Weird choice of measurements by elfprince13 · · Score: 1

      So in other words, they did take the correct set of measurements for calculating both stability and accuracy, but the number crunching on the latter takes longer because it has to be compared against reference time?

    22. Re:Weird choice of measurements by elfprince13 · · Score: 1

      Those are different *comparisons* on the same measurement. They're the same measurement, or at least could be if you set it up sensibly. If you're measuring the waveform as a time-series, you can both count the number of peaks, and the statistical characteristics of the distance between peaks. One of the replies below leads me to believe that it merely takes longer to make the necessary comparisons to a reference standard for the accuracy, because of the dependence on the behavior of the reference clocks.

    23. Re:Weird choice of measurements by msauve · · Score: 1

      Yep. If you go to the source, they say "NIST scientists plan to measure the accuracy of the ytterbium clocks in the near future..."

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    24. Re:Weird choice of measurements by elfprince13 · · Score: 1

      Still missing the question here, but you hit it with the standards-related info in your other response. I'm not at all fuzzy on the difference between accuracy and precision. My question was based on the observation that both quantities require you to have sampled the waveform as a time-series in order to calculate them. The accuracy requires you to measure the average number of peaks per unit time, and the stability requires you to measure the variance in the time between peaks. Both require you to know *when* the peaks landed.

    25. Re:Weird choice of measurements by elfprince13 · · Score: 1

      So it seems then that this conversation has more to do with lay misuse of the term "measured" than with the experimental process. They *measured* the waveform. They're *calculating* both the accuracy and the stability based on those measurements.

    26. Re:Weird choice of measurements by ChrisMaple · · Score: 1

      How can there be a reference clock to test the new clock against, when the new clock is orders of magnitude better?

      --
      Contribute to civilization: ari.aynrand.org/donate
    27. Re:Weird choice of measurements by ceoyoyo · · Score: 1

      Except it's highly unlikely they collect a time series. The summary suggests they have two clocks and they're comparing the two of them. Relative drift between the two indicates instability, but it doesn't say anything about how accurate they are.

    28. Re:Weird choice of measurements by elfprince13 · · Score: 1

      To compare drift at all, you have to be collecting a time series of some sort. If I draw two lines on the bank of a river, and say "this line is data showing that a stick floated from this point to the far end of the line, and the other is data showing how far another stick floated", there really are no meaningful comparisons you can make without knowing something about the respective times over which those processes occurred.

    29. Re:Weird choice of measurements by oldhack · · Score: 1

      What is the reference clock against which other clocks are measured?

      --
      Fuck systemd. Fuck Redhat. Fuck Soylent, too. Wait, scratch the last one.
    30. Re: Weird choice of measurements by ceoyoyo · · Score: 1

      No, you don't. The easiest way is just to sum peaks, or rising edges, or whatever. Come back tomorrow and compare the totals for a bunch of clocks. There's your stability measurement with one number per clock. No time series.

      Collecting a time series is hard, and probably impossible in this case. You have to be able to sample fast enough, and your sampling must be more consistent and more accurate than what you're measuring.

    31. Re: Weird choice of measurements by elfprince13 · · Score: 1

      Sounds like you're talking amplitude, not frequency. Stability (and accuracy) are both tied to duration. To quote TFA, "Stability can be thought of as how precisely the duration of each tick matches every other tick." Summing the peaks doesn't tell you how much time passed between them.

    32. Re:Weird choice of measurements by AmiMoJo · · Score: 4, Informative

      What is the reference clock against which other clocks are measured?

      Good question. For things like drift you can compare a new and an old clock, or compare one in a cold environment to one in a cool environment. Actually, most atomic clocks have a heater built in that maintains a stable temperature internally.

      Even just comparing two clocks of the same age under the same conditions is useful, because they will never be at exactly the same frequency so will eventually drift apart.

      Beyond that it's a question of determining what the uncertainties are using physics. In other words it's a mathematical proof, rather than the result of an actual measurement. Obviously measurements are made to make sure the clock is close to other known accurate clocks, but the ultimate determination of frequency accuracy is a paper exercise.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    33. Re:Weird choice of measurements by oldhack · · Score: 1

      Thanks for the reply.

      Beyond that it's a question of determining what the uncertainties are using physics. In other words it's a mathematical proof, rather than the result of an actual measurement.

      In an overly simplified nutshell, we are averaging out whole lot of stuff with circular dependencies, because, given the nature of the concept that is time, that has been the best we can do, and it seems to hold up reasonably well?

      --
      Fuck systemd. Fuck Redhat. Fuck Soylent, too. Wait, scratch the last one.
    34. Re: Weird choice of measurements by davidlee9532 · · Score: 2

      The data you gather to determine accuracy is tedious, thrilling, gob-smacking, humbling, and generally fun. Here's what we measured to determine the accuracy (uncertainty) of NIST-7. http://tf.boulder.nist.gov/general/pdf/1497.pdf

    35. Re:Weird choice of measurements by AmiMoJo · · Score: 2

      The laws of physics that we think are probably correct state that certain things take a certain amount of time. We based our units of time off these things. Therefore we know that under perfect conditions a given clock should perform in a certain way. What we then have to do is determine how close to perfect the conditions are.

      Atomic clocks are basically an engineering problem. You have to build a machine that measures something difficult to measure and then turns that measurement into some kind of usable output. All of the error comes from this side of things, and there are some very complex tests that can be done on individual parts and the output to determine how they perform.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    36. Re:Weird choice of measurements by Chemisor · · Score: 1

      A stopped clock is perfectly stable, but is only accurate twice a day.

    37. Re:Weird choice of measurements by Man+On+Pink+Corner · · Score: 1

      The ultimate reference is the SI second standard that's based on the difference in energy levels associated with a particular ground-state hyperfine transition in the caesium-133 atom, approximately 9.192 631 770 GHz.

      A clock is 'accurate' to the extent that its long-term stability can be traced to the SI second. It is 'stable' if its stability over a given time interval (which must be specified for the term 'stability' to have any meaning) is consistent between intervals.

    38. Re:Weird choice of measurements by oldhack · · Score: 1

      The laws of physics that we think are probably correct state that certain things take a certain amount of time. We based our units of time off these things

      And those laws of physics are, in turn, premised on the concept of time, which is non too simple or clearly defined, measured with clocks that are constructed based on the physics, which, in turn..

      No, I'm not knocking it. In the end, we accept it (time, clock accuracy, the whole physics) as long as it works when thrown up against the wall called nature.

      The subject of clock accuracy brings up the nature of time, and more I think about it, more a rabbit hole it becomes in my mind.

      Thanks for the replies - they were informative.

      --
      Fuck systemd. Fuck Redhat. Fuck Soylent, too. Wait, scratch the last one.
    39. Re:Weird choice of measurements by oldhack · · Score: 1

      Which leads me to a question:

      Does time define cessium electron's frequency, or does cessium electron defines what time is?

      --
      Fuck systemd. Fuck Redhat. Fuck Soylent, too. Wait, scratch the last one.
    40. Re:Weird choice of measurements by AmiMoJo · · Score: 1

      Your welcome. I'm not sure what you mean about the concept of time not being clearly defined. It is, conceptually by general relativity and physically by the things that atomic clocks try to measure.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    41. Re:Weird choice of measurements by Man+On+Pink+Corner · · Score: 1

      I'm not qualified to explain the details, but it comes down to the fact that we had to pick an easily-reproducible definition of the second, and at the time, the ground-state Cs-133 hyperfine transition was the one that made sense.

      Today there are more stable clock designs based on other quantum transitions but the caesium standard serves well enough for almost all purposes that it's not worth the trouble to change it.

      There is no such thing as "perfect time," or perfect knowledge of just what time it is, but we have a very good wiorking approximation of it, one that has actually outpaced Moore's Law in terms of increasing stability over the past few decades. Time is still the ultimate basis for virtually all other physical measurements, so it pays to define and understand it as precisely as we can.

    42. Re: Weird choice of measurements by elfprince13 · · Score: 1

      *That's* what I was looking for! Thanks for the good reading material :)

    43. Re: Weird choice of measurements by ceoyoyo · · Score: 1

      I'm not sure what you mean by amplitude. I doubt very much I'm talking about it.

      Think about how you're going to measure the time between peaks without a timer that is more accurate than the one you're testing. You can't. One solution is to measure the relative difference between the time indicated by one clock, and the time indicated by another. You could do this simply by counting peaks for a period of time, or by doing something fancier such as looking at the relative phase of the two outputs. Both methods let you measure the stability (which is NOT defined as your quote suggests, according to another poster who actually works on atomic clocks), but neither method requires a more accurate time source, and neither method lets you determine the accuracy of your clock.

    44. Re: Weird choice of measurements by elfprince13 · · Score: 1

      Ah, you're using "summing" as a synonym for counting? That helps me understand your previous post a little better, even if it still strikes me as an odd word choice. And yes, the quote appears to be correct (though imprecise as might be expected from a press release), because a little bit more research brings up Allan-variance. You may also be interested in this reply from another well-qualified poster.

    45. Re: Weird choice of measurements by davidlee9532 · · Score: 1

      My pleasure. The dominant uncertainties are summarized in the last couple pages. If you would like to know the main errors in ytterbium let me know. I can ask Dr. Oates next week.

    46. Re: Weird choice of measurements by elfprince13 · · Score: 1

      I definitely appreciate the offer, but the article in your previous post is enough to sate my curiosity for now :) Not looking to plunge headfirst into time/frequency metrology so much as I wanted at least one good article that wasn't dumbed down for lay audiences.

    47. Re: Weird choice of measurements by ceoyoyo · · Score: 1

      Counting is a special case of summing when every entry is a one. The mathematical operation is summation. To count a bunch of digital clock pulses you'd use an adder circuit. To do the equivalent in the analog world you use an integrator.

    48. Re:Weird choice of measurements by Kizul+Emeraldfire · · Score: 1

      Time. It's a big ball of wibbly-wobbly timey-wimey stuff.

      It kind of got away from you, 'eh?

    49. Re:Weird choice of measurements by sFurbo · · Score: 1

      Without having read TFA, stability has to do with the frequency relative to the frequency of the same clock earlier, while accuracy has to do with the frequency relative to an external reference. Stability compares two instances of (nearly) the same frequency, which is a hell of a lot easier than comparing vastly different frequencies.

    50. Re:Weird choice of measurements by sFurbo · · Score: 1

      They probably *measured* a voltage, and then *calculated* the waveform, from which they *calculated* the stability.

      To discuss what is *really* being measured gets absurd pretty quickly with modern instrumentation.

    51. Re:Weird choice of measurements by MW_NIST_Scientist · · Score: 1

      Hi, I work at NIST with this stuff. Stability and accuracy are often misunderstood. The rate of any clock is always measured against another clock. Suppose you measure the time difference between two clocks over some interval. The frequency is the slope of those data. The STABILITY is measured by how straight the lines are, i.e. how predictable the clocks are. ACCURACY is more difficult to measure. A clock is first a device that produces a frequency that realizes a principle of physics, e.g. inertia for the earth's motion, or the quantum mechanical energy states of atoms. A clock's accuracy is the extent to which the frequency that a clock produces, matches the theoretical value that it should produce. The inaccuracy of a clock is the uncertainty or error in that frequency. A measurement of the difference of two clocks for accuracy, can only show a lack of accuracy, if the slope of the difference is not flat. But flatness doesn't prove accuracy. Ultimately, since the second is defined in terms of a transition in the Cesium atom, only a Cesium clock can be accurate. We evaluate the accuracy of the primary Cs. clock for the US by first creating a table of all the potential (known!) sources of inaccuracy, then we measure the magnitude of each potential source in at best two or more ways. For a clock not based on Cs., one can do the same things, but the theoretical rate cannot compare with the theoretical Cs. rate accurately, simply because we cannot evaluate the quantum mechanical equations with enough accuracy to transfer the difference theoretically with enough decimal places. There are now "accurate" atomic clocks based on Aluminum, Ytterbium, Strontium, and Mercury. Since these have the potential for more accuracy than Cs., eventually one of them will be chosen as the new definition of the second. Measurements against Cs. will be used to define the new rate. The primary Cs. clock is accurate to 5 x 10 to the power -16, i.e. to about 16 decimal places. The new clocks are expected to be accurate to about 18 decimals. So the first 16 decimals will set by measurement against the Cs. standard.

  2. ACCORDING TO WHOM ?? by Anonymous Coward · · Score: 0

    Them !!

    TWO !!

  3. Even a stopped clock... by Anonymous Coward · · Score: 2, Insightful

    has great stability.

    1. Re:Even a stopped clock... by maxwell+demon · · Score: 1

      But absolutely terrible accuracy.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    2. Re:Even a stopped clock... by Anonymous Coward · · Score: 0

      Its still perfectly accurate and stable twice a day.

    3. Re:Even a stopped clock... by msauve · · Score: 1

      A stopped clock is no longer a clock.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
  4. Nice to know by Anonymous Coward · · Score: 0

    There ain't no jitter in the ytter!

  5. a newer more stable clock? by Gravis+Zero · · Score: 2

    so... it has come to this.

    --
    Anons need not reply. Questions end with a question mark.
    1. Re:a newer more stable clock? by Anonymous Coward · · Score: 0

      +1 xkcd to you, good sir.

  6. Re:Kathryn17812706 by Anonymous Coward · · Score: 0

    My dog owes your mom and sister 2 silver dimes for the three way last night.

  7. Re:Kathryn17812706 by maxwell+demon · · Score: 1

    She makes lots of question marks? Sounds like a boring thing to do.

    --
    The Tao of math: The numbers you can count are not the real numbers.
  8. haha ok by Anonymous Coward · · Score: 0

    NIST? They're the least accurate "scientific" community in existence.

    1. Re:haha ok by Anonymous Coward · · Score: 0

      I think you misspelled "IPCC."

  9. hello!` by Anonymous Coward · · Score: 0

    so slashdot apparently automatically deletes any comment i make, fun stuff.

    1. Re:hello!` by maxwell+demon · · Score: 1

      so slashdot apparently automatically deletes any comment i make, fun stuff.

      If it automatically deletes your comments, how come that I can read this one?

      Maybe you've not set your threshold appropriately.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    2. Re:hello!` by Anonymous Coward · · Score: 0

      so slashdot apparently automatically deletes any comment i make, fun stuff.

      No, you're just a retard who either doesn't understand how to click the submit button or doesn't understand how to look at your own 0 or -1 posts. Try rebooting yourself with a new OS install (use a baseball bat or similar).

  10. Stability and Precision by fahrbot-bot · · Score: 5, Interesting

    From the following newspaper article: http://www.latimes.com/science/sciencenow/la-sci-sn-atomic-clock-stability-nist-20130822,0,6785801.story

    The ytterbium optical lattice clocks at the [ NIST ], achieved a so-called stability of one part in 10^18. In plain English, that means that "if a clock had been running since the Big Bang, by now it would only be off by one second,” said Vladan Vuletic, a physicist at MIT who was not involved in the work.

    [these clocks] could help industry build GPS systems that can rapidly pinpoint locations with sub-centimeter-scale precision.

    In addition, I heard a report on NPR that said researchers studying Einstein's theory of general relativity could make use of this clock to more precisely measure how time is different depending on the surrounding gravitational force - over a change in altitude of 1 inch.

    --
    It must have been something you assimilated. . . .
    1. Re:Stability and Precision by Anonymous Coward · · Score: 1

      In addition, I heard a report on NPR that said researchers studying Einstein's theory of general relativity could make use of this clock to more precisely measure how time is different depending on the surrounding gravitational force - over a change in altitude of 1 inch

      Such advanced technology.....such archaic measurement units....

    2. Re:Stability and Precision by maxwell+demon · · Score: 2

      Yeah, they should have specified the height as 72 DTP points instead. :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    3. Re:Stability and Precision by ebno-10db · · Score: 1

      Archaic, nothing - the metric system is for people who can't do arithmetic.

    4. Re:Stability and Precision by Anonymous Coward · · Score: 0

      s/ the metric system is for people who can't do arithmetic./ the metric system is for people who don't want to do pointless arithmetic./

    5. Re:Stability and Precision by yusing · · Score: 1

      [these clocks] could help industry build GPS systems that can rapidly pinpoint locations with sub-centimeter-scale precision

      Now, if only I could get transceivers to strap to fruit flies, I might find out where they're all coming from.

      --

      "You must try to forget all you have learned. You must begin to dream." -- Sherwood Anderson

    6. Re:Stability and Precision by davewoods · · Score: 1
      This is the most interesting comment on this thread, yet the only replies it got were bashing the Imperial System, and a lame joke...

      Thanks for the article link!

  11. Re:Kathryn17812706 by Ganty · · Score: 1

    Well, let's see, if your buddy's step-sister made ?21143 last month and her rate is ?61 per hour then she worked 346.6 hours. That's about an 87 hour week, no thank you!!

    Ganty

  12. They weren't so sure, at first by Provocateur · · Score: 1

    Ytterbium, better than the prototype at least.

    Thanks, I'll be here all week. Sorry.

    --
    WARNING: Smartphones have side effects--most of them undocumented.
  13. Re:Kathryn17812706 by Anonymous Coward · · Score: 0

    You're a bit fucking pathetic - can't even include the link in your crappy spam post (which is the *only fucking point of it*). You're not even worth the 0.0001c you might have got paid for this.

  14. Right use of the material? by Erbo · · Score: 1

    Hey, NIST, quit bogarting all the ytterbium! We need it to make Hilbert Drives!

    --
    Be who you are...and be it in style!
    1. Re:Right use of the material? by davewoods · · Score: 1

      Read the 23 page excerpt, bought a hard copy from Amazon. Will have to wait 5-9 business days to read the rest...

      Thank you.