<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<a style="color: rgb(0, 0, 0); font-family: arial; background-color: rgb(255, 255, 255);">Dear all,</a>
<div><a style="color: rgb(0, 0, 0); font-family: arial; background-color: rgb(255, 255, 255);"><br>
</a></div>
<div><a style="color: rgb(0, 0, 0); font-family: arial; background-color: rgb(255, 255, 255);"><br>
</a></div>
<div><a style="color: rgb(0, 0, 0); font-family: arial; background-color: rgb(255, 255, 255);">The McStas and McXtrace release 3.5.32 is now available for download.<br>
McStas installation instructions are found </a><a href="https://github.com/mccode-dev/McCode/tree/main/INSTALL-McStas" style="font-family: arial; background-color: rgb(255, 255, 255);">on GitHub </a><span style="font-family: arial; font-size: medium; background-color: rgb(255, 255, 255);">.</span>
<h2 id="what-s-changed" style="font-family: arial; background-color: rgb(255, 255, 255);">
What's Changed</h2>
<h3 id="common-changes-to-mcstas-and-mcxtrace" style="font-family: arial; background-color: rgb(255, 255, 255);">
Common changes to McStas and McXtrace</h3>
<ul style="font-family: arial; background-color: rgb(255, 255, 255);">
<li>Deployment, platforms and CI
<ul>
<li><strong>[Bugfixes]</strong> to Windows conda script and related README by @willend in<a href="https://github.com/mccode-dev/McCode/pull/1976">#1976</a><a href="https://github.com/mccode-dev/McCode/pull/1978">#1978</a>, <a href="https://github.com/mccode-dev/McCode/pull/1984">#1984</a>, <a href="https://github.com/mccode-dev/McCode/pull/1985">#1985</a>, <a href="https://github.com/mccode-dev/McCode/pull/1986">#1986</a></li><li><strong>[CI]</strong> Let "autobuild" CI scripts create arm64 debs for mccode.org by @willend in <a href="https://github.com/mccode-dev/McCode/pull/1981">#1981</a></li></ul>
</li><li>Tools:
<ul>
<li><strong>[Feature]</strong> mcgui/mxgui: show current instrument name in dialogues by @farhi in <a href="https://github.com/mccode-dev/McCode/pull/1989">#1989</a></li><li><strong>[Feature]</strong> VSCode McStas/McXtrace grammar extension
<ul>
<li>Update vs code extension by @Lomholy in <a href="https://github.com/mccode-dev/McCode/pull/1975">#1975</a></li><li>Small updates to editor, as well as updated installation information by @Lomholy in <a href="https://github.com/mccode-dev/McCode/pull/1977">#1977</a></li></ul>
</li><li><strong>[Feature]</strong> LaTeX math (formulae etc) for mcdoc %Description headers by @willend in <a href="https://github.com/mccode-dev/McCode/pull/2054">#2054</a></li></ul>
</li><li>Code generator/Grammar:
<ul>
<li><strong>[Feature]</strong> Unified McStas/McXtrace, c and .py code generators defined from common set of files in mccode/src
<ul>
<li>Unify grammar take2 by @willend in <a href="https://github.com/mccode-dev/McCode/pull/2008">#2008</a></li><li>Unify instr y c py: unify our code generators for C and Python by @farhi in <a href="https://github.com/mccode-dev/McCode/pull/2009">#2009</a></li></ul>
</li><li><strong>[Feature]</strong> NEW <code>INHERIT</code> keyword in the component grammar: Allows to mix and match component sections from multiple components to achieve new functionality.<br>
For an example use see
<ul>
<li>Grammar multiple comp copy extend by @farhi in <a href="https://github.com/mccode-dev/McCode/pull/2012">#2012</a> (-> <code>INHERIT</code>)</li><li>FluoPowder in McXtrace </li><li><a href="https://github.com/mccode-dev/McCode/blob/main/doc/GRAMMAR/ADR-records/ADR_20250612_INHERIT_COMP.md">https://github.com/mccode-dev/McCode/blob/main/doc/GRAMMAR/ADR-records/ADR_20250612_INHERIT_COMP.md</a></li><li>Edits by @farhi and @willend in <a href="https://github.com/mccode-dev/McCode/pull/2062">#2062</a></li></ul>
</li><li><strong>[Feature]</strong> Add ADR (Architectural Design Record) for grammar changes
<ul>
<li>Add doc folder for proposed, accepted, rejected, deprecated, superseded changes of McCode GRAMMAR by @willend in <a href="https://github.com/mccode-dev/McCode/pull/2064">#2064</a></li><li>Put in place folder for grammar documentation by @willend in <a href="https://github.com/mccode-dev/McCode/pull/2070">#2070</a></li></ul>
</li><li><strong>[Feature]</strong> The McStas/McXtrace code generators have a new commandline switch --version-num to print the version number only.</li><li><strong>[Feature]</strong> New CLI default for mcstas / mcxtrace: --trace is on (This allows any compiled instrument to run with --trace=0 by @willend in <a href="https://github.com/mccode-dev/McCode/pull/2010">#2010</a> and <a href="https://github.com/mccode-dev/McCode/pull/2023">#2023</a>)</li></ul>
</li><li>Libs and runtime (various minor changes)
<ul>
<li>Add Open_File in header (used from e.g. PowderN) by @willend in <a href="https://github.com/mccode-dev/McCode/pull/2014">#2014</a></li><li>Wrap cabs in OpenACC settings by @willend in <a href="https://github.com/mccode-dev/McCode/pull/2016">#2016</a></li><li>Swap default trace behaviour to 'enabled' by @willend in <a href="https://github.com/mccode-dev/McCode/pull/2023">#2023</a></li><li>cif2hkl: update to solve F^2 for Xrays using latest CrysFML by @farhi in <a href="https://github.com/mccode-dev/McCode/pull/2021">#2021</a></li><li>Openacc minor rectifications by @willend in <a href="https://github.com/mccode-dev/McCode/pull/2027">#2027</a></li></ul>
</li><li>MCPL Components
<ul>
<li><strong>[Feature]</strong> Update MCPL components for MCPL 2.2.0 features (including stat:sum). by @tkittel in <a href="https://github.com/mccode-dev/McCode/pull/2046">#2046</a></li><li><strong>[Feature]</strong> Sync MCPL components McStas <-> McXtrace for MCPL 2.2.0 support by @willend in <a href="https://github.com/mccode-dev/McCode/pull/2019">#2019</a></li><li><strong>[Feature]</strong> Please consult the GitHub discussion on <a href="https://github.com/mccode-dev/McCode/discussions/2076">MCPL > 2.0 support in McStas / McXtrace</a></li></ul>
</li></ul>
<h3 id="mcstas-specific-" style="font-family: arial; background-color: rgb(255, 255, 255);">
McStas specific:</h3>
<ul style="font-family: arial; background-color: rgb(255, 255, 255);">
<li><strong>[Bugfix]</strong> Source_custom
<ul>
<li>Fixed minor typo in docs by @pablogila in <a href="https://github.com/mccode-dev/McCode/pull/1980">#1980</a></li><li>Fixed pulse normalisation for all values of n by @pablogila in <a href="https://github.com/mccode-dev/McCode/pull/2024">#2024</a></li><li>Simplified redundant code for the peak integral calculation by @pablogila in <a href="https://github.com/mccode-dev/McCode/pull/2025">#2025</a></li></ul>
</li><li><strong>[Bugfix and feature]</strong> Resolution sample/monitor
<ul>
<li>Reso: Updates by @tweber-ill in <a href="https://github.com/mccode-dev/McCode/pull/1992">#1992</a></li><li>Add infrastructure to save calculated resolution/covariance matrices by @willend in <a href="https://github.com/mccode-dev/McCode/pull/1993">#1993</a></li><li>Sync Res_monitor <-> TOFRes_monitor by @willend in <a href="https://github.com/mccode-dev/McCode/pull/1995">#1995</a></li></ul>
</li><li><strong>[Bugfix]</strong> Add mcresplot to debian metapackage by @willend in <a href="https://github.com/mccode-dev/McCode/pull/2022">#2022</a></li><li><strong>[Bugfix]</strong> Monitor_nD pixel id and buffer fix by @mads-bertelsen in <a href="https://github.com/mccode-dev/McCode/pull/2002">#2002</a></li><li><strong>[Bugfix]</strong> Add exit attenuation to Incoherent.comp for finite order scattering by @Lomholy in <a href="https://github.com/mccode-dev/McCode/pull/2042">#2042</a></li><li><strong>[Bugfix]</strong> Updates to Monochromator_bent from @Lomholy by @willend in <a href="https://github.com/mccode-dev/McCode/pull/2059">#2059</a> and <a href="https://github.com/mccode-dev/McCode/pull/2058">#2058</a></li></ul>
<h3 id="mcxtrace-specific-" style="font-family: arial; background-color: rgb(255, 255, 255);">
McXtrace specific:</h3>
<ul style="font-family: arial; background-color: rgb(255, 255, 255);">
<li><strong>[Features and bugfixes]</strong> McXtrace fluorescence:
<ul>
<li>McXtrace: fix header doc in fluo sample (powder and SX) by @farhi in <a href="https://github.com/mccode-dev/McCode/pull/1974">#1974</a></li><li>McXtrace fluo fix pow 0 by @farhi in <a href="https://github.com/mccode-dev/McCode/pull/1979">#1979</a></li><li>McXtrace fluo fix 2 by @farhi in <a href="https://github.com/mccode-dev/McCode/pull/1988">#1988</a></li><li>McXtrace fluo fix : fix in powder select - use gaussian line shape by @farhi in <a href="https://github.com/mccode-dev/McCode/pull/1994">#1994</a></li><li>McXtrace: samples: fluo: add M-lines via XrayLib Kissel CSb calls by @farhi in <a href="https://github.com/mccode-dev/McCode/pull/2004">#2004</a></li><li>McXtrace: samples: fluo: fix again the Fluo share by @farhi in <a href="https://github.com/mccode-dev/McCode/pull/2005">#2005</a></li><li>McXtrace add fluo mcdisplay by @farhi in <a href="https://github.com/mccode-dev/McCode/pull/2015">#2015</a></li><li>McXtrace fluo add detector 0 by @farhi in <a href="https://github.com/mccode-dev/McCode/pull/2029">#2029</a></li></ul>
</li><li><strong>[Bugfix]</strong> Fix compilation of McXtrace Test_PowderN instr by @willend in <a href="https://github.com/mccode-dev/McCode/pull/2000">#2000</a></li><li><strong>[Bugfixes]</strong> McXtrace various example instrument updates by @farhi in
<ul>
<li><a href="https://github.com/mccode-dev/McCode/pull/2033">#2033</a>, <a href="https://github.com/mccode-dev/McCode/pull/2034">#2034</a>, <a href="https://github.com/mccode-dev/McCode/pull/2045">#2045</a>, <a href="https://github.com/mccode-dev/McCode/pull/2048">#2048</a>, <a href="https://github.com/mccode-dev/McCode/pull/2051">#2051</a>, <a href="https://github.com/mccode-dev/McCode/pull/2056">#2056</a>, <a href="https://github.com/mccode-dev/McCode/pull/2057">#2057</a></li></ul>
</li><li><strong>[Bugfix]</strong> cif2hkl: update to solve F^2 for Xrays using latest CrysFML by @farhi in <a href="https://github.com/mccode-dev/McCode/pull/2021">#2021</a></li><li><strong>[Feature]</strong>McXtrace: add SWING BL at SOLEIL by @farhi in <a href="https://github.com/mccode-dev/McCode/pull/2036">#2036</a></li></ul>
<p style="font-family: arial; background-color: rgb(255, 255, 255);"><strong>Full Changelog</strong>: <a href="https://github.com/mccode-dev/McCode/compare/v3.5.27...v3.5.32">https://github.com/mccode-dev/McCode/compare/v3.5.27...v3.5.32</a></p>
<div>
<div dir="auto" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div><br>
Peter Kjær Willendrup<br>
Forskningsingeniør, Specialkonsulent<br>
<br>
DTU Physics<br>
</div>
</div>
<span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"></span><br class="Apple-interchange-newline">
<span><img alt="image001.gif" src="cid:b6339554-7f28-441d-9f31-5944f811397c@win.dtu.dk"></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); float: none; display: inline !important;">Technical
University of Denmark</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"></span><span><img alt="image002.gif" src="cid:e108e480-fcab-46e2-9531-b38165079572@win.dtu.dk"></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); float: none; display: inline !important;">Department
of</span><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); float: none; display: inline !important;"> </span><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); float: none; display: inline !important;">Physics</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); float: none; display: inline !important;">Fysikvej</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); float: none; display: inline !important;">Building
307</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); float: none; display: inline !important;">DK-2800
Kongens Lyngby</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); float: none; display: inline !important;">Main
office at</span><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); float: none; display: inline !important;"> </span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); float: none; display: inline !important;">ESS
DMSC</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;">Building
305</span><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">
<span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;">DK-2800
Kongens Lyngby</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); float: none; display: inline !important;">Direct
+45 2125 4612</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); float: none; display: inline !important;">Mobil
+45 2125 4612</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); float: none; display: inline !important;">Fax
+45 4593 2399</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); float: none; display: inline !important;">pkwi@fysik.dtu.dk</span>
</div>
<br>
</div>
</body>
</html>