Yuan Cao’s teenage years were hardly typical. By age 18, he had already graduated from high school, completed an undergraduate degree at the University of Science and Technology of China in Hefei, and travelled to the United States to begin his PhD. He hasn’t slowed down since: this year, aged just 21, Cao had two papers published on strange behaviour in atom-thick layers of carbon that have spurred a new field of physics. Cao admits that his situation is unusual, but says he isn’t special. After all, he did spend a full four years at university: “I just skipped some of the boring stuff in middle school.”

Pablo Jarillo-Herrero’s group at the Massachusetts Institute of Technology (MIT) in Cambridge was already layering and rotating sheets of carbon at different angles when Cao joined the lab in 2014. Cao’s job was to investigate what happened in two-layer stacks when one graphene sheet was twisted only slightly with respect to the other, which one theory predicted would radically change the material’s behaviour.

Many physicists were sceptical about the idea. But when Cao set out to create the subtly twisted stacks, he spotted something strange. Exposed to a small electric field and cooled to 1.7 degrees above absolute zero, the graphene — which ordinarily conducts electricity — became an insulator . That by itself was surprising. “We knew already that it would have a big impact on the community,” says Cao. But the best was yet to come: with a slight tweak to the field, the twisted sheets became a superconductor, in which electricity flowed without resistance . Seeing the effect in a second sample convinced the team that it was real.

The ability to coax atom-thick carbon into a complex electronic state through a simple rotation now has physicists clamouring to engineer exciting behaviour in other twisted 2D materials. Some even hope that graphene could shed light on how more-complex materials super-conduct at much higher temperatures. “There are so many things we can do,” says Cory Dean, a physicist at Columbia University in New York City. “The opportunities at hand now are almost overwhelming.”

Hitting graphene’s ‘magic angle’ — a rotation between parallel sheets of around 1.1° — involved some trial and error, but Cao was soon able to do it reliably. His experimental skill was crucial, says Jarillo-Herrero. Cao pioneered a method of tearing a single sheet of graphene so that he could create a stack composed of two layers with identical orientation, from which he could then fine-tune alignment. He also tweaked the cryogenic system to reach a temperature that allowed superconductivity to emerge more clearly.

Cao loves to take things apart and rebuild them. At heart, he is “a tinkerer”, his supervisor says. On his own time, this means photographing the night sky using homemade cameras and telescopes — pieces of which usually lie strewn across Cao’s office. “Every time I go in, it’s a huge mess, with computers taken apart and pieces of telescope all over his desk,” says Jarillo-Herrero.

Despite his youth and shy manner, colleagues say that Cao’s maturity shines through in his persistence. Having missed out by a whisker on a place in MIT’s physics graduate programme, for example, Cao found a way to pursue the subject by joining Jarillo-Herrero’s team through the electrical-engineering department. Cao also shrugged off a disappointing start to his PhD, after realizing that seemingly exciting data that he had spent six months trying to understand were due to a quirk of the experimental set-up. “He wasn’t happy, but he just rolled up his sleeves and continued working,” Jarillo-Herrero says.

Cao, now 22, doesn’t yet know where he’d like his career to lead. “On magic-angle graphene, we still have a lot of things to do,” he says. But universities around the world are already eyeing him for not only postdoctorate jobs, but also faculty positions, says physicist Changgan Zeng, Cao’s undergraduate supervisor and mentor at the University of Science and Technology of China. “Among condensed-matter physicists in China, everybody knows his name,” Zeng says. The university would gladly have him back, but Zeng expects that Cao will stay in the United States for now. “There, it’s easier to see the stars.”

L202的更多相关文章

  1. Linux下0号进程的前世(init_task进程)今生(idle进程)----Linux进程的管理与调度(五)【转】

    前言 Linux下有3个特殊的进程,idle进程(PID = 0), init进程(PID = 1)和kthreadd(PID = 2) idle进程由系统自动创建, 运行在内核态 idle进程其pi ...

  2. linux的0号进程和1号进程

    linux的 0号进程 和 1 号进程 Linux下有3个特殊的进程,idle进程(PID = 0), init进程(PID = 1)和kthreadd(PID = 2) * idle进程由系统自动创 ...

随机推荐

  1. Linux资源使用配置文件 /etc/security/limits.conf

    Linux资源使用配置文件 /etc/security/limits.conf http://www.linuxidc.com/Linux/2012-05/59489.htm Linux就这个范儿P5 ...

  2. tools-eclipse-001-如何安装插件

    插件的安装方法大体有以下三种: 第一种:直接复制法: 假设你的Eclipse的在(C:\eclipse), 解压你下载的 eclipse 插件或者安装eclipse 插件到指定目录AA(c:\AA)文 ...

  3. idea中使用junit测试时使用Scanner类无法正常测试

    解决办法是:在main函数中测试方可有效. public static void main(String[] args){ Scanner sc = new Scanner(System.in);// ...

  4. javascript原生事件总结

    javascript原生的事件,总结了一下,包括事件流.处理函数.事件对象这几样东西.而在兼容性方面,主要是老牌ie8以及以下和现代浏览器的差异,也就是ie和DOM事件标准的差异. 事件流这个事件流i ...

  5. HTTP从入门到入土(4)——URI、URL和URN

    URI URI全称:Uniform Resource Identifier,中文名为统一资源标识符.用来标识唯一标识互联网上的信息资源. Web上可用的所有资源,比如html.图像.视频等,都是由UR ...

  6. validform校验框架不显示错误提示

    今天做前端的校验,发现validform这个框架在项目中有,于是就网上搜索一下,开始使用,网上说,嗯,只写一句代码就可以用啦 $("#itemForm").Validform(); ...

  7. 20145221 《Java程序设计》第二周学习总结

    20145221 <Java程序设计>第二周学习总结 教材学习内容总结 第二周内容已在假期完成,详见博客: <Java程序设计>第三章-基础语法 代码调试中的问题和解决过程 第 ...

  8. slf4j log4j logback相关用法

    Java的简单日志门面( Simple Logging Facade for Java SLF4J)作为一个简单的门面或抽象,用来服务于各种各样的日志框架,比如java.util.logging.lo ...

  9. CentOS日常维护及常用脚本

    [root@-.x.x xiewenming]# curl myip.ipip.net 当前 IP:42.62.x.x 来自于:中国 北京 北京 联通/电信 www.17ce.com  cdn解析网站 ...

  10. 日志自定义Tag

    import java.util.concurrent.ConcurrentMap; import java.util.concurrent.ConcurrentHashMap; /** * Crea ...