<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>AuthorNames | UMQT</title>
    <link>https://umqt.phys.strath.ac.uk/author/authornames/</link>
      <atom:link href="https://umqt.phys.strath.ac.uk/author/authornames/index.xml" rel="self" type="application/rss+xml" />
    <description>AuthorNames</description>
    <generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Sun, 01 Aug 2021 00:00:00 +0000</lastBuildDate>
    <image>
      <url>https://umqt.phys.strath.ac.uk/media/logo_hu5371e7670cfa641c0eb8092a068fdd87_328931_300x300_fit_lanczos_3.png</url>
      <title>AuthorNames</title>
      <link>https://umqt.phys.strath.ac.uk/author/authornames/</link>
    </image>
    
    <item>
      <title>Floquet solitons of matter waves</title>
      <link>https://umqt.phys.strath.ac.uk/templates/post-template/19-05-22-floquetsolitons/</link>
      <pubDate>Sun, 01 Aug 2021 00:00:00 +0000</pubDate>
      <guid>https://umqt.phys.strath.ac.uk/templates/post-template/19-05-22-floquetsolitons/</guid>
      <description>&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;
&lt;p&gt;We experimentally study the dynamics of a weakly interacting Bose-Einstein condensate of cesium atoms in a 1D optical lattice with a periodic driving force. After a sudden start of the driving we observe the formation of stable wave packets at the center of the fi rst Brillouin zone (BZ) in momentum space, and we interpret these as Floquet solitons in periodically driven systems. The wave packets become unstable when we add a trapping potential along the lattice direction leading to a redistribution of atoms within the BZ.&lt;/p&gt;
&lt;p&gt;The concept of a negative effective mass and the resulting changes to the interaction strength and effective trapping potential are used to explain the stability and the time evolution of the wave packets. We expect that similar states of matter waves exist for discrete breathers and other types of lattice solitons in periodically driven systems. &lt;a href=&#34;https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.127.243603&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Phys. Rev. Lett. 127, 243603 (2021)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;















&lt;figure  &gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img src=&#34;./images/researcher.png&#34; alt=&#34;Test image&#34; loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;We further demonstrated non-destructive readout using state-selective imaging on the stretched state transition to enable post-selection for loss and avoiding the requirement to reload the arrays after every sequence.&lt;/p&gt;
&lt;p&gt;For more details see our publication &lt;a href=&#34;https://arxiv.org/abs/2301.10510&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;arXiv:2301.10510 (2023)&lt;/a&gt;.&amp;quot;&lt;/p&gt;
&lt;h1 id=&#34;examples-for-markdown&#34;&gt;Examples for markdown&lt;/h1&gt;
&lt;h2 id=&#34;headline-2&#34;&gt;Headline 2&lt;/h2&gt;
&lt;h3 id=&#34;headline-3&#34;&gt;Headline 3&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;Make this text italic&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Make this text bold&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Make a list&lt;/li&gt;
&lt;li&gt;of a few items&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;del&gt;Strike through this text.&lt;/del&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Create a block quote reference.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;not sure what this does&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This is a link
&lt;a href=&#34;https://learn.netlify.app/en/cont/markdown/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;markdown examples&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is an image in images folder of page
















&lt;figure  &gt;
  &lt;div class=&#34;d-flex justify-content-center&#34;&gt;
    &lt;div class=&#34;w-100&#34; &gt;&lt;img src=&#34;./images/researcher.png&#34; alt=&#34;Image description&#34; loading=&#34;lazy&#34; data-zoomable /&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;This is the same image with title and caption. (The syntax with {{}} is called a shortcode)
&lt;figure&gt;&lt;center&gt;
    &lt;img src=&#34;images/researcher.png&#34;
         alt=&#34;This is a caption&#34; width=&#34;30%&#34;/&gt;
    &lt;/center&gt;&lt;figcaption&gt;
            &lt;h4&gt;This is a title&lt;/h4&gt;&lt;p&gt;This is a caption&lt;/p&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;Same syntax can be used for up to 3 images with shortcode &amp;ldquo;figures&amp;rdquo;







































&lt;style&gt;
    .blockcenter {
        display: flex;
        justify-content: center;
        align-items: center;        
    }

    .blockvert {
        display: flex;
        justify-content: vertical;
        align-items: center;
    }

    .figure {
        display: table;
        margin: 10px;        
    }

    .figure img {
        max-width: 100%;
    }

    .figcaption {
        display: table-caption;
        caption-side: bottom;
        padding: 10px;
    }
&lt;/style&gt;

&lt;div class=&#34;blockcenter&#34;&gt;
    
    &lt;figure class=&#34;figure&#34; height=450px &gt;&lt;center&gt;
                &lt;img src=&#34;images/researcher.png&#34; 
                    alt=&#34;This is a caption&#34; width=&#34;100px&#34; /&gt;
            &lt;/center&gt;&lt;figcaption class=&#34;figcaption&#34;&gt;
            &lt;h4&gt;This is a title&lt;/h4&gt;&lt;p&gt;This is a caption
            &lt;/p&gt;
        &lt;/figcaption&gt;
    &lt;/figure&gt;

    
    &lt;figure class=&#34;figure&#34;&gt;&lt;center&gt;
                &lt;img src=&#34;images/researcher.png&#34;
                    alt=&#34;This is a caption&#34; width=&#34;100px&#34; /&gt;
            &lt;/center&gt;&lt;figcaption class=&#34;figcaption&#34;&gt;
            &lt;h4&gt;This is a title&lt;/h4&gt;&lt;p&gt;This is a caption
            &lt;/p&gt;
        &lt;/figcaption&gt;
    &lt;/figure&gt;

    
    &lt;figure class=&#34;figure&#34;&gt;&lt;center&gt;
                &lt;img src=&#34;images/researcher.png&#34;
                    alt=&#34;This is a caption&#34; width=&#34;100px&#34; /&gt;
            &lt;/center&gt;&lt;figcaption class=&#34;figcaption&#34;&gt;
            &lt;h4&gt;This is a title&lt;/h4&gt;&lt;p&gt;This is a caption
            &lt;/p&gt;
        &lt;/figcaption&gt;
    &lt;/figure&gt;
&lt;/div&gt;
 &lt;/p&gt;
&lt;p&gt;Good internal reference of author &lt;a href=&#34;https://umqt.phys.strath.ac.uk/author/dr-arthur-la-rooij/&#34;&gt;Dr. A. La Rooij&lt;/a&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Option&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;data&lt;/td&gt;
&lt;td&gt;You can use this syntax to create a table.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;engine&lt;/td&gt;
&lt;td&gt;This is already extreme markdowning&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</description>
    </item>
    
  </channel>
</rss>
