<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>zhi</title><link>https://zhichen3.github.io/</link><description>Recent content on zhi</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 22 May 2026 00:00:00 -0400</lastBuildDate><atom:link href="https://zhichen3.github.io/index.xml" rel="self" type="application/rss+xml"/><item><title>Curriculum Vitae</title><link>https://zhichen3.github.io/cv/</link><pubDate>Fri, 22 May 2026 00:00:00 -0400</pubDate><guid>https://zhichen3.github.io/cv/</guid><description>&lt;div class="resource-copy">
&lt;p>&amp;lt;/ox-hugo/cv.pdf&amp;gt;&lt;/p>
&lt;/div>
&lt;embed src="https://zhichen3.github.io/ox-hugo/cv.pdf" type="application/pdf" width="100%" height="800px"></description></item><item><title>about</title><link>https://zhichen3.github.io/about/</link><pubDate>Thu, 30 Jan 2025 00:00:00 -0500</pubDate><guid>https://zhichen3.github.io/about/</guid><description>&lt;figure>&lt;img src="https://zhichen3.github.io/images/nian.jpg"
 alt="Figure 1: This is Nian Nian." width="80%">&lt;figcaption>
 &lt;p>&lt;span class="figure-number">Figure 1: &lt;/span>This is Nian Nian.&lt;/p>
 &lt;/figcaption>
&lt;/figure>

&lt;p>&lt;strong>Hi&lt;/strong> there! I am a graduate student in astrophysics at &lt;a href="https://www.stonybrook.edu/commcms/grad-physics-astronomy/" target="_blank" rel="noopener">Stony Brook University&lt;/a> .
I work with &lt;a href="https://zingale.github.io/" target="_blank" rel="noopener">Michael Zingale&lt;/a> on the development of numerical algorithms and their applications
in modeling astrophysical thermonuclear explosion events, such as X-ray bursts.&lt;/p>
&lt;p>Beyond academia, I enjoy playing fingerstyle guitar, reading manga,
working on hands-on projects, and relaxing with my cat, NianNian.&lt;/p>
&lt;p>Feel free to reach out to me at &lt;a href="mailto:zhi.chen.3@stonybrook.edu">zhi.chen.3@stonybrook.edu&lt;/a> .&lt;/p></description></item><item><title>GDB Tutorial</title><link>https://zhichen3.github.io/posts/gdb-tutorial/</link><pubDate>Tue, 14 Apr 2026 00:00:00 -0400</pubDate><guid>https://zhichen3.github.io/posts/gdb-tutorial/</guid><description>&lt;p>&lt;a href="https://www.sourceware.org/gdb/" target="_blank" rel="noopener">GDB&lt;/a> , the GNU Project debugger, is a useful debugger for many
languages (C, C++, Fortran, etc). Here I keep a set of useful
commands for my records.&lt;/p>
&lt;h2 id="using-gdb">Using GDB&lt;/h2> &lt;p>To use GDB, compile the program with debugging information.
For standard C++ program, add &lt;code>-g&lt;/code> flag when compiling, i.e.
something like&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>g++ -g -o myprogram myprogram.cpp
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>For &lt;code>AMReX&lt;/code> related application codes like &lt;code>Castro&lt;/code>, compile with
&lt;code>DEBUG=TRUE&lt;/code>, i.e.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>make DEBUG&lt;span style="color:#f92672">=&lt;/span>TRUE
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Now launch GDB with compiled program as the following.&lt;/p></description></item><item><title>Using ox-Hugo</title><link>https://zhichen3.github.io/posts/ox-hugo-tutorial/</link><pubDate>Sat, 17 Jan 2026 00:00:00 -0500</pubDate><guid>https://zhichen3.github.io/posts/ox-hugo-tutorial/</guid><description>&lt;p>&lt;a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo&lt;/a> is a static website generator written with GO, providing easily
capability to convert &lt;strong>markdown&lt;/strong> files into a &lt;strong>website&lt;/strong>. For those who use
&lt;a href="https://www.gnu.org/software/emacs/" target="_blank" rel="noopener">emacs&lt;/a> &lt;a href="https://orgmode.org/" target="_blank" rel="noopener">Org mode&lt;/a> , one can use &lt;a href="https://ox-hugo.scripter.co/" target="_blank" rel="noopener">ox-hugo&lt;/a> to convert Org files into markdown files
that will be compatible with Hugo. Hence the workflow is:&lt;/p>
&lt;p>\[\mathrm{Org} \\ \xrightarrow{\text{ox-hugo}} \\ \mathrm{markdown} \\ \xrightarrow{\text{Hugo}} \\ \mathrm{HTML}\]&lt;/p>
&lt;p>For me, I use it to create my research journal and personal website.&lt;/p>
&lt;p>Here I describe different ways of writing things &lt;strong>in Org mode&lt;/strong> that can be
re-interpreted by &lt;code>ox-hugo&lt;/code> to generate the corresponding &lt;code>md&lt;/code> files that
can be used by &lt;code>Hugo&lt;/code> for my own records.&lt;/p></description></item><item><title>Sensitivity of He Flames in X-ray Bursts to Nuclear Physics</title><link>https://zhichen3.github.io/research/xrb-sensitivity/</link><pubDate>Sun, 02 Feb 2025 00:00:00 -0500</pubDate><guid>https://zhichen3.github.io/research/xrb-sensitivity/</guid><description>&lt;figure class="resource-copy">&lt;img src="https://zhichen3.github.io/research/xrb-sensitivity/network_abar_50ms.png">
&lt;/figure>

&lt;h2 id="introduction">Introduction&lt;/h2> &lt;p>Millisecond burst oscillation phenomenon is often observed during the rise time
of the X-ray burst light curve, where the oscillation frequency matches with the
X-ray emission pulsation of the neutron star within few Hz.
The modulation of asymmetrical burning on the surface of the neutron star
due to the spreading of the initial local hotspot is the current contender theory
that explains this behavior.
Many have attempted to model the laterally flame propagation on the neutron star surface,
with successes at studying the flame front and calculating the flame speed.
In this project, I conducted a sensitivity test on how choices of nuclear reaction network,
plasma screening routines, and integration coupling methods can influence the He flame dynamics.
Details of the work is published in &lt;a href="https://iopscience.iop.org/article/10.3847/1538-4357/acec72" target="_blank" rel="noopener">ApJ&lt;/a> .
&lt;strong>Here I&amp;rsquo;ll just summarize the most important finding on the effect of nuclear reaction network
on flame dynamics and nucleosynthesis&lt;/strong>.&lt;/p></description></item><item><title>Interferometry</title><link>https://zhichen3.github.io/research/interferometry/</link><pubDate>Sun, 02 Feb 2025 00:00:00 -0500</pubDate><guid>https://zhichen3.github.io/research/interferometry/</guid><description>&lt;figure class="resource-copy">&lt;img src="https://zhichen3.github.io/research/interferometry/interferometry_setup.png">
&lt;/figure>

&lt;p>This was my research project during my &lt;a href="https://science.osti.gov/wdts/suli" target="_blank" rel="noopener">SULI&lt;/a> internship in 2021.
I was interested in estimating the precision of the
&lt;a href="https://astro.theoj.org/article/39641-two-photon-amplitude-interferometry-for-precision-astrometry" target="_blank" rel="noopener">two-photon interferometry&lt;/a> technique
for measuring the relative separation between two light-sources (i.e. stars)
using Markov-Chain Monte Carlos (MCMC) simulation.&lt;/p>
&lt;h2 id="two-photon-interferometer-overview">Two-photon Interferometer Overview&lt;/h2> &lt;p>Assume there are two sources which can be observed simultaneously from two stations,
&lt;strong>L&lt;/strong> and &lt;strong>R&lt;/strong> , with single spatial mode inputs &lt;em>a&lt;/em>, &lt;em>b&lt;/em> and &lt;em>e&lt;/em>, &lt;em>f&lt;/em>.
Both sources send out photons in the form of plane wave, the path length difference
between the two stations yielding phase delays \(\delta_1\) and \(\delta_2\) between the photons observed
at channels &lt;em>a&lt;/em>, &lt;em>e&lt;/em> from source 1 and &lt;em>b&lt;/em>, &lt;em>f&lt;/em> from source 2, respectively.
If the two detected photons are close enough in frequency and arrival time,
then the pattern of coincidences measured at the outputs &lt;em>c&lt;/em>, &lt;em>d&lt;/em> and &lt;em>g&lt;/em>, &lt;em>h&lt;/em>
will be sensitive to the difference in phase delays
after interference at the symmetric beam splitter in each station.&lt;/p></description></item></channel></rss>