Source author record

Tomáš Dytrych

Tomáš Dytrych appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

2works
2topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

2 published item(s)

preprint2022arXiv

New Insights into Backbending in the Symmetry-adapted Framework

We provide new insights into backbending phenomenon within the symmetry-adapted framework which naturally describes the intrinsic deformation of atomic nuclei. For $^{20}\text{Ne}$, the canonical example of backbending in light nuclei, the ab initio symmetry-adapted no-core shell model shows that while the energy spectrum replicates the backbending from experimental energies under the rigid rotor assumption, there is no change in the intrinsic deformation or intrinsic spin of the yrast band around the backbend. For the traditional example of $^{48}\text{Cr}$, computed in the valence shell with empirical interactions, we confirm a high-spin nucleus that is effectively spherical, in agreement with previous models. However, we find that this spherical distribution results, on average, from an almost equal mixing of deformed prolate shapes with deformed oblate and triaxial shapes. Microscopic calculations confirm the importance of spin alignment and configuration mixing, but surprisingly unveil no anomalous increase in moment of inertia. This finding opens the path toward further understanding the rotational behavior and moment of inertia of medium-mass nuclei.

preprint2013arXiv

Fake Run-Time Selection of Template Arguments in C++

C++ does not support run-time resolution of template type arguments. To circumvent this restriction, we can instantiate a template for all possible combinations of type arguments at compile time and then select the proper instance at run time by evaluation of some provided conditions. However, for templates with multiple type parameters such a solution may easily result in a branching code bloat. We present a template metaprogramming algorithm called for_id that allows the user to select the proper template instance at run time with theoretical minimum sustained complexity of the branching code.