Skip to main content

Showing 1–47 of 47 results for author: Raina, P

.
  1. arXiv:2405.06127  [pdf, other

    cs.LO cs.AR

    Efficiently Synthesizing Lowest Cost Rewrite Rules for Instruction Selection

    Authors: Ross Daly, Caleb Donovick, Caleb Terrill, Jackson Melchert, Priyanka Raina, Clark Barrett, Pat Hanrahan

    Abstract: Compiling programs to an instruction set architecture (ISA) requires a set of rewrite rules that map patterns consisting of compiler instructions to patterns consisting of ISA instructions. We synthesize such rules by constructing SMT queries, whose solutions represent two functionally equivalent programs. These two programs are interpreted as an instruction selection rewrite rule. Existing work i… ▽ More

    Submitted 17 May, 2024; v1 submitted 9 May, 2024; originally announced May 2024.

    Comments: 9 pages, 2 figures, in submission to FMCAD24, fixed small bugs in results generation, improved baseline comparison, improved background and writing clarity

  2. arXiv:2404.09819  [pdf, other

    cs.CV cs.AI

    3D Face Tracking from 2D Video through Iterative Dense UV to Image Flow

    Authors: Felix Taubner, Prashant Raina, Mathieu Tuli, Eu Wern Teh, Chul Lee, **miao Huang

    Abstract: When working with 3D facial data, improving fidelity and avoiding the uncanny valley effect is critically dependent on accurate 3D facial performance capture. Because such methods are expensive and due to the widespread availability of 2D videos, recent methods have focused on how to perform monocular 3D face tracking. However, these methods often fall short in capturing precise facial movements d… ▽ More

    Submitted 15 April, 2024; originally announced April 2024.

    Comments: 22 pages, 25 figures, to be published in CVPR 2024

  3. arXiv:2308.13106  [pdf, other

    cs.PL cs.AR cs.LO

    PEak: A Single Source of Truth for Hardware Design and Verification

    Authors: Caleb Donovick, Ross Daly, Jackson Melchert, Lenny Truong, Priyanka Raina, Pat Hanrahan, Clark Barrett

    Abstract: Domain-specific languages for hardware can significantly enhance designer productivity, but sometimes at the cost of ease of verification. On the other hand, ISA specification languages are too static to be used during early stage design space exploration. We present PEak, an open-source hardware design and specification language, which aims to improve both design productivity and verification cap… ▽ More

    Submitted 24 August, 2023; originally announced August 2023.

  4. Nuclear matrix elements calculation for $0νββ$ decay of $^{124}$Sn using nonclosure approach in nuclear shell model

    Authors: Shahariar Sarkar, P. K. Rath, V. Nanal, R. G. Pillay, Pushpendra P. Singh, Y. Iwata, K. Jha, P. K. Raina

    Abstract: In this study, we calculate the nuclear matrix elements (NMEs) for the light neutrino-exchange mechanism of neutrinoless double beta $0νββ$) decay of $^{124}$Sn within the framework of the interacting nuclear shell model using the effective shell model Hamiltonian GCN5082. A novel method based on a nonclosure approach is employed, wherein for the intermediate nucleus $^{124}$Sb, effects of energy… ▽ More

    Submitted 17 August, 2023; originally announced August 2023.

    Comments: 12 pages, 6 figures, submitted in the journal Physical Review C. arXiv admin note: text overlap with arXiv:2308.08216

    Journal ref: Physical Review C 109, 024301 (2024)

  5. arXiv:2301.00861  [pdf, other

    cs.AR

    Hardware Abstractions and Hardware Mechanisms to Support Multi-Task Execution on Coarse-Grained Reconfigurable Arrays

    Authors: Taeyoung Kong, Kalhan Koul, Priyanka Raina, Mark Horowitz, Christopher Torng

    Abstract: Domain-specific accelerators are used in various computing systems ranging from edge devices to data centers. Coarse-grained reconfigurable arrays (CGRAs) represent an architectural midpoint between the flexibility of an FPGA and the efficiency of an ASIC and are a promising candidate for servicing multi-tasked workloads within an application domain. Unfortunately, scheduling multiple tasks onto a… ▽ More

    Submitted 2 January, 2023; originally announced January 2023.

  6. arXiv:2211.17207  [pdf, other

    cs.AR

    Canal: A Flexible Interconnect Generator for Coarse-Grained Reconfigurable Arrays

    Authors: Jackson Melchert, Keyi Zhang, Yuchen Mei, Mark Horowitz, Christopher Torng, Priyanka Raina

    Abstract: The architecture of a coarse-grained reconfigurable array (CGRA) interconnect has a significant effect on not only the flexibility of the resulting accelerator, but also its power, performance, and area. Design decisions that have complex trade-offs need to be explored to maintain efficiency and performance across a variety of evolving applications. This paper presents Canal, a Python-embedded dom… ▽ More

    Submitted 30 November, 2022; originally announced November 2022.

    Comments: Preprint version

  7. arXiv:2211.13182  [pdf, other

    cs.AR

    Cascade: An Application Pipelining Toolkit for Coarse-Grained Reconfigurable Arrays

    Authors: Jackson Melchert, Yuchen Mei, Kalhan Koul, Qiaoyi Liu, Mark Horowitz, Priyanka Raina

    Abstract: While coarse-grained reconfigurable arrays (CGRAs) have emerged as promising programmable accelerator architectures, pipelining applications running on CGRAs is required to ensure high maximum clock frequencies. Current CGRA compilers either lack pipelining techniques resulting in low performance or perform exhaustive pipelining resulting in high energy and resource consumption. We introduce Casca… ▽ More

    Submitted 23 November, 2022; originally announced November 2022.

    Comments: Preprint version

  8. arXiv:2202.12392  [pdf, other

    physics.ins-det nucl-ex

    Radiopurity studies of a rock sample from the Aut region

    Authors: Swati Thakur, A. Mazumdar, Nishant Jangid, V. Vatsa, M. S. Pose, S. Mallikarjunachary, S. Pal, V. Nanal, R. G. Pillay, P. K. Raina, Pushpendra P. Singh, S. K. Dhiman

    Abstract: Efforts are underway to set up an underground laboratory in India for rare event studies like double beta decay, dark matter, etc. For such experiments, mitigation of radiation background is of paramount importance and understanding ambient background at the site, originating from the rock, is one of the crucial factors. With this motivation, the radiopurity studies of a rock sample from the poten… ▽ More

    Submitted 18 May, 2022; v1 submitted 23 February, 2022; originally announced February 2022.

    Journal ref: Nucl. Instrum. Methods Phys. Res. A 1038 (2022) 166892

  9. arXiv:2111.14535  [pdf, other

    cs.AR

    Enabling Reusable Physical Design Flows with Modular Flow Generators

    Authors: Alex Carsello, James Thomas, Ankita Nayak, Po-Han Chen, Mark Horowitz, Priyanka Raina, Christopher Torng

    Abstract: Achieving high code reuse in physical design flows is challenging but increasingly necessary to build complex systems. Unfortunately, existing approaches based on parameterized Tcl generators support very limited reuse and struggle to preserve reusable code as designers customize flows for specific designs and technologies. We present a vision and framework based on modular flow generators that en… ▽ More

    Submitted 29 November, 2021; originally announced November 2021.

  10. arXiv:2111.08825  [pdf, ps, other

    physics.ins-det nucl-ex

    Background Estimation Studies for Positron Double Beta Decay

    Authors: Swati Thakur, A. Mazumdar, R. Shah, V. Vatsa, V. Nanal, M. S. Pose, Pushpendra P. Singh, P. K. Raina, R. G. Pillay

    Abstract: The study of neutrinoless double beta decay has attracted much attention as it can provide valuable information about the mass and the nature of the neutrino. The double beta decay (DBD) itself is also of interest in nuclear physics. While DBD has been observed in about a dozen nuclei, the positron double beta decay ($β^{+}β^{+}$/EC-$β^{+}$) continues to be an elusive. An important signature for… ▽ More

    Submitted 12 November, 2021; originally announced November 2021.

    Comments: Presented at the 7th IUPAP International Conference on Women in Physics. 5 pages and 3 figures

  11. arXiv:2110.02171  [pdf, ps, other

    physics.ins-det nucl-ex

    Simulation studies for source optimization in $^{96}$Zr $β$ decay

    Authors: S. Thakur, V. Nanal, P. P. Singh, R. G. Pillay, H. Krishnamoorthy, A. Mazumdar, A. Reza, P. K. Raina, V. Vatsa

    Abstract: The single $β$ decay of $^{96}$Zr to the ground state of $^{96}$Nb is spin forbidden and poses a great experimental challenge. The $β$ decay of $^{96}$Zr can be studied via coincident detection of de-exciting gamma rays in $^{96}$Mo, which is the end product of $^{96}$Nb $β$ decay. Simulations are done with four HPGe detector setup (~33% relative efficiency each) to optimize the source configurati… ▽ More

    Submitted 4 October, 2021; originally announced October 2021.

    Comments: Presented at INFN SoUP 2021. 5 pages, LaTeX, 4 eps figures

    Journal ref: Il Nuovo Cimento C 45 (2022) 24

  12. arXiv:2109.00176  [pdf, ps, other

    nucl-th

    Effect of tensor force on lowering of 5/2$^{-}$ level in heavier Cu isotopes

    Authors: Kanhaiya Jha, P. K. Raina

    Abstract: The inversion of 3/2$^{-}$ and 5/2$^{-}$ levels in heavier Cu isotopes is one of the most visible example of shell-evolution, caused by the strong monopole attraction between the nucleons occupying the orbitals $π0f_{5/2}$ and $ν0g_{9/2}$. The tensor part of the nucleon-nucleon interaction is expected to be the driving force behind this monopole migration. In shell model framework, usually spin-te… ▽ More

    Submitted 1 September, 2021; originally announced September 2021.

    Comments: 10 pages, 9 Figures

  13. arXiv:2108.07879  [pdf

    cs.AR cs.AI cs.ET cs.LG

    Edge AI without Compromise: Efficient, Versatile and Accurate Neurocomputing in Resistive Random-Access Memory

    Authors: Weier Wan, Rajkumar Kubendran, Clemens Schaefer, S. Burc Eryilmaz, Wenqiang Zhang, Dabin Wu, Stephen Deiss, Priyanka Raina, He Qian, Bin Gao, Siddharth Joshi, Huaqiang Wu, H. -S. Philip Wong, Gert Cauwenberghs

    Abstract: Realizing today's cloud-level artificial intelligence functionalities directly on devices distributed at the edge of the internet calls for edge hardware capable of processing multiple modalities of sensory data (e.g. video, audio) at unprecedented energy-efficiency. AI hardware architectures today cannot meet the demand due to a fundamental "memory wall": data movement between separate compute an… ▽ More

    Submitted 17 August, 2021; originally announced August 2021.

    Comments: 34 pages, 14 figures, 1 table

  14. arXiv:2105.12858  [pdf, other

    cs.AR

    Compiling Halide Programs to Push-Memory Accelerators

    Authors: Qiaoyi Liu, Dillon Huff, Jeff Setter, Maxwell Strange, Kathleen Feng, Kavya Sreedhar, Ziheng Wang, Keyi Zhang, Mark Horowitz, Priyanka Raina, Fredrik Kjolstad

    Abstract: Image processing and machine learning applications benefit tremendously from hardware acceleration, but existing compilers target either FPGAs, which sacrifice power and performance for flexible hardware, or ASICs, which rapidly become obsolete as applications change. Programmable domain-specific accelerators have emerged as a promising middle-ground between these two extremes, but such architectu… ▽ More

    Submitted 26 May, 2021; originally announced May 2021.

  15. arXiv:2104.14155  [pdf, other

    cs.AR

    Automated Design Space Exploration of CGRA Processing Element Architectures using Frequent Subgraph Analysis

    Authors: Jackson Melchert, Kathleen Feng, Caleb Donovick, Ross Daly, Clark Barrett, Mark Horowitz, Pat Hanrahan, Priyanka Raina

    Abstract: The architecture of a coarse-grained reconfigurable array (CGRA) processing element (PE) has a significant effect on the performance and energy efficiency of an application running on the CGRA. This paper presents an automated approach for generating specialized PE architectures for an application or an application domain. Frequent subgraphs mined from a set of applications are merged to form a PE… ▽ More

    Submitted 29 April, 2021; originally announced April 2021.

  16. arXiv:2010.09879   

    stat.CO

    Modelling Complex Survey Data Using R, SAS, SPSS and Stata: A Comparison Using CLSA Datasets

    Authors: Hon Yiu So, Urun Erbas Oz, Lauren Griffith, Susan Kirkland, **hua Ma, Parminder Raina, Nazmul Sohel, Mary E. Thompson, Christina Wolfson, Changbao Wu

    Abstract: The R software has become popular among researchers due to its flexibility and open-source nature. However, researchers in the fields of public health and epidemiological studies are more customary to commercial statistical softwares such as SAS, SPSS and Stata. This paper provides a comprehensive comparison on analysis of health survey data using the R survey package, SAS, SPSS and Stata. We desc… ▽ More

    Submitted 24 October, 2020; v1 submitted 19 October, 2020; originally announced October 2020.

    Comments: There is a data usage issue with the paper and it is requested by the data owner (CLSA) to withdraw the paper at this time

    MSC Class: 62-04 (Primary); 62D05 (secondary)

  17. Modification of tensor force in \textit{p}-shell effective interaction

    Authors: Kanhaiya Jha, Pawan Kumar, Shahariar Sarkar, P. K. Raina

    Abstract: In many shell model interactions, the tensor force monopole matrix elements often retain systematic trends originating in the bare tensor force. However, in the present work, we find that Isospin T = 0 tensor force monopole matrix elements of \textit{p}-shell effective interaction CK(8-16) do not share these systematic. We correct these discrepancies by modifying T = 0 tensor force two-body matrix… ▽ More

    Submitted 1 June, 2020; originally announced June 2020.

    Comments: 21 pages, 10 figures, 6 tables

  18. arXiv:2003.05060  [pdf, ps, other

    nucl-th

    Role of individual components of two-nucleon interaction in nuclear matrix elements of $2νββ$ and $0νββ$ of $^\textbf{48}$Ca: Beyond the closure approximation

    Authors: Shahariar Sarkar, Pawan Kumar, Kanhaiya Jha, P. K. Raina

    Abstract: In the present work, we examine the role of central (C), spin-orbit (SO) and tensor (T) components of two-nucleon interaction in the nuclear matrix elements (NMEs) of the two-neutrino double beta decay ($2νββ$) and the light neutrino-exchange mechanism of neutrinoless double beta decay ($0νββ$) of $^{48}$Ca in closure approximation and nonclosure approach. The NMEs are calculated in the nuclear sh… ▽ More

    Submitted 9 March, 2020; originally announced March 2020.

    Comments: 12 pages, 7 figures. arXiv admin note: substantial text overlap with arXiv:2003.04002

  19. Nuclear matrix elements for $λ$ mechanism of $0νββ$ of $^{48}$Ca in nuclear shell-model: Closure versus nonclosure approach

    Authors: Shahariar Sarkar, Y. Iwata, P. K. Raina

    Abstract: The $λ$ and $m_{ββ}$ mechanisms of neutrinoless double beta decay ($0νββ$) occur with light neutrino exchange via $W_L-W_R$, and $W_L-W_L$ mediation, respectively. In the present study, we calculate the nuclear matrix elements (NMEs) for the $m_{ββ}$ and $λ$ mechanisms of $0νββ$, which has origin in the left-right symmetric model with right-handed gauge boson at TeV scale. The NMEs are calculated… ▽ More

    Submitted 9 March, 2020; originally announced March 2020.

    Comments: 13 pages, 6 figures, to be submitted in PHYSICAL REV. C

    Journal ref: Phys. Rev. C 102, 034317 (2020)

  20. arXiv:1912.08350  [pdf, other

    eess.IV cs.CV cs.LG stat.ML

    Automating Vitiligo Skin Lesion Segmentation Using Convolutional Neural Networks

    Authors: Makena Low, Priyanka Raina

    Abstract: For several skin conditions such as vitiligo, accurate segmentation of lesions from skin images is the primary measure of disease progression and severity. Existing methods for vitiligo lesion segmentation require manual intervention. Unfortunately, manual segmentation is time and labor-intensive, as well as irreproducible between physicians. We introduce a convolutional neural network (CNN) that… ▽ More

    Submitted 16 December, 2019; originally announced December 2019.

  21. A way forward towards improvement of tensor force in \textit{pf}-shell

    Authors: Kanhaiya Jha, Pawan Kumar, Shahariar Sarkar, P. K. Raina, Sezgin Aydin

    Abstract: In many shell model interactions, the tensor force monopole matrix elements often retain systematic trends originating in the bare tensor force. In this work, however, we note for GX-interactions of \textit{pf}-shell that the seven out of ten T = 1 tensor force monopole matrix elements do not share these systematic. We ameliorate this disparity making use of Yukawa-type tensor force and spin-tenso… ▽ More

    Submitted 15 May, 2020; v1 submitted 21 August, 2019; originally announced August 2019.

    Comments: 8 pages, 8 figures, submitted in Physical Review C (R)

  22. Nuclear transition matrix elements for neutrinoless double-$β$ decay within mechanisms involving light Majorana neutrino mass and right-handed current

    Authors: Yash Kaur Singh, R. Chandra, K. Chaturvedi, Tripti Avasthi, P. K. Raina, P. K. Rath

    Abstract: Employing the projected-Hartree-Fock-Bogoliubov (PHFB) model in conjunction with four different parametrizations of pairing plus multipolar effective two body interaction and three different parametrizations of Jastrow short range correlations, nuclear transition matrix elements for the neutrinoless double-$β$ decay of $^{94,96}$Zr, $^{100}$Mo, $^{110}$Pd, $^{128,130}$Te and $^{150}$Nd isotopes ar… ▽ More

    Submitted 7 January, 2019; v1 submitted 19 September, 2018; originally announced September 2018.

    Journal ref: International Journal of Modern Physics E, Vol. 27, No. 11 (2019) 1950001

  23. Interstellar: Using Halide's Scheduling Language to Analyze DNN Accelerators

    Authors: Xuan Yang, Mingyu Gao, Qiaoyi Liu, Jeff Ou Setter, **g Pu, Ankita Nayak, Steven Emberton Bell, Kaidi Cao, Heonjae Ha, Priyanka Raina, Christos Kozyrakis, Mark Horowitz

    Abstract: We show that DNN accelerator micro-architectures and their program map**s represent specific choices of loop order and hardware parallelism for computing the seven nested loops of DNNs, which enables us to create a formal taxonomy of all existing dense DNN accelerators. Surprisingly, the loop transformations needed to create these hardware variants can be precisely and concisely represented by H… ▽ More

    Submitted 26 April, 2020; v1 submitted 10 September, 2018; originally announced September 2018.

    Comments: Published as a conference paper at ASPLOS 2020

    ACM Class: C.1.4; C.3; C.4

    Journal ref: Proceedings of the Twenty-Fifth International Conference on Architectural Support for Programming Languages and Operating Systems, March, 2020, Pages 369-383

  24. arXiv:1710.00337  [pdf, ps, other

    nucl-th

    Two neutrino double-$β$ decay of $94\leq A\leq 150$ nuclei for the 0$^{+}\rightarrow $2$^{+}$ transition

    Authors: Yash Kaur Singh, R. Chandra, P. K. Raina, P. K. Rath

    Abstract: Within the PHFB approach, the $0^{+}\rightarrow 2^{+}$ transition of two neutrino double-$β$ decay of $^{94,96}$Zr, $^{100}$Mo, $^{104}$Ru, $^{110}$Pd, $^{128,130}$Te and $^{150}$Nd isotopes is studied employing wave functions generated with four different parametrizations of the pairing plus multipole type of two-nucleon interaction and the summation method. In comparison to the… ▽ More

    Submitted 1 October, 2017; originally announced October 2017.

  25. arXiv:1707.02135  [pdf, ps, other

    nucl-th

    Spin-tensor decomposition of nuclear transition matrix elements for neutrinoless double-$β$ decay of $^{76}$Ge and $^{82}$Se nuclei within PHFB approach

    Authors: P. K. Rath, R. Chandra, A. Kumar, P. K. Raina, B. M. Dixit

    Abstract: Employing the PHFB model, nuclear transition matrix elements $M^{\left( K\right) }$ for the neutrinoless double-$β^{-} $ decay of $\ ^{76}$Ge and $^{82}$Se isotopes are calculated within mechanisms involving light as well as heavy Majorana neutrinos, and classical Majorons by considering the spin-tensor decomposition of realistic KUO and empirical JUN45 effective two-body interaction. It is notice… ▽ More

    Submitted 7 July, 2017; originally announced July 2017.

  26. New limit for the half-life of double beta decay of $^{94}$Zr to the first excited state of $^{94}$Mo

    Authors: N. Dokania, V. Nanal, G. Gupta, S. Pal, R. G. Pillay, P. K. Rath, V. I. Tretyak, A. Garai, H. Krishnamoorthy, C. Ghosh, P. K. Raina, K. G. Bhushan

    Abstract: Neutrinoless Double Beta Decay is a phenomenon of fundamental interest in particle physics. The decay rates of double beta decay transitions to the excited states can provide input for Nuclear Transition Matrix Element calculations for the relevant two neutrino double beta decay process. It can be useful as supplementary information for the calculation of Nuclear Transition Matrix Element for the… ▽ More

    Submitted 30 March, 2017; v1 submitted 8 August, 2016; originally announced August 2016.

    Comments: 11 pages, 7 figures, Accepted in Eur. Phys. J. A

  27. arXiv:1502.05247  [pdf, other

    nucl-ex physics.ins-det

    Preliminary study of feasibility of an experiment looking for excited state double beta transitions in tin

    Authors: Soumik Das, S. K. Ghorui, P. K. Raina, A. K. Singh, P. K. Rath, F. Cappella, R. Cerulli, M. Laubenstein, P. Belli, R. Bernabei

    Abstract: An attempt to study the feasibility of a new experiment to search for double beta decay in $^{112}$Sn and $^{124}$Sn was carried out by using ultra-low background HPGe detector (244 cm$^{3}$) inside the Gran Sasso National Laboratory (LNGS) of the INFN (Italy). A small sample of natural Sn was examined for 2367.5 h. The radioactive contamination of the sample has been estimated. The data has also… ▽ More

    Submitted 12 July, 2015; v1 submitted 9 February, 2015; originally announced February 2015.

    Comments: 20 pages, 11 figures, 4 tables, accepted for publication in NIMA (in press)

    Journal ref: Nuclear Instruments and Methods in Physics Research Section A, vol. 797, pp. 130-137, 2015

  28. Neutrinoless $ββ$ decay transition matrix elements within mechanisms involving light Majorana neutrinos, classical Majorons and sterile neutrinos

    Authors: P. K. Rath, R. Chandra, K. Chaturvedi, P. Lohani, P. K. Raina, J. G. Hirsch

    Abstract: In the PHFB model, uncertainties in the nuclear transition matrix elements for the neutrinoless double-$β$ decay of $\ ^{94,96}$Zr, $^{98,100}$Mo, $^{104}$Ru, $^{110}$Pd, $^{128,130}$Te and $^{150}$Nd isotopes within mechanisms involving light Majorana neutrinos, classical Majorons and sterile neutrinos are statistically estimated by considering sets of sixteen (twenty-four) matrix elements calcul… ▽ More

    Submitted 23 December, 2013; v1 submitted 2 August, 2013; originally announced August 2013.

    Journal ref: Phys. Rev. C 88, 064322 (2013)

  29. arXiv:1301.2034  [pdf

    cond-mat.mes-hall

    Effect of Hexagonal Boron Nitride on Energy Band Gap of Graphene Antidot Structures

    Authors: Penchalaiah Palla, J. P. Raina

    Abstract: The zero band gap (Eg) graphene becomes narrow Eg semiconductor when graphene is patterned with periodic array of hexagonal shaped antidots, the resultant is the hexagonal Graphene Antidot Lattice (hGAL). Based on the number of atomic chains between antidots, hGALs can be even and odd. The even hGALs (ehGAL) are narrow Eg semiconductors and odd hGALs (ohGAL) are semi-metals. The Eg opening up by h… ▽ More

    Submitted 10 January, 2013; originally announced January 2013.

    Comments: 14 pages, 5 figures, Innovative Systems Design and Engineering,Vol 3, No 12 (2012)

  30. Uncertainties in nuclear transition matrix elements for $β^{+}β^{+}$ and $\varepsilon β^{+}$ modes of neutrinoless positron double-$β$ decay within PHFB model

    Authors: P. K. Rath, R. Chandra, K. Chaturvedi, P. Lohani, P. K. Raina, J. G. Hirsch

    Abstract: Uncertainties in the nuclear transition matrix elements $M^{(0ν)}$ and $M^{(0N)}$ of the double-positron emission $(β^{+}β^{+})_{0ν}$ and electron-positron conversion $(\varepsilon β^{+})_{0ν}$ modes due to the exchange of light and heavy Majorana neutrinos, respectively, are calculated for $^{96}$Ru, $^{102}$Pd, $^{106}$Cd, $^{124}$Xe, $^{130}$Ba and $^{156}$Dy isotopes by employing the PHFB mode… ▽ More

    Submitted 19 December, 2012; v1 submitted 19 October, 2012; originally announced October 2012.

    Journal ref: Phys. Rev. C 87, 014301 (2013)

  31. arXiv:1111.1174  [pdf, ps, other

    nucl-th nucl-ex

    Study of Energy Spectra and Electromagnetic moments of Double Beta Decay Nuclei in Deformed Hartree-Fock Model

    Authors: S. K. Ghorui, P. K. Raina, A. K. Singh, P. K. Rath, C. R. Praharaj

    Abstract: Spectroscopy of nuclei in the mass range A=76 to A=130, participating in double beta decay processes are studied in the framework of the self-consistent deformed Hartree-Fock (HF) and angular momentum (J) projection model. Spectra of ground bands have been studied and compared with available experimental results for even-even parent and daughter as well as for intermediate odd-odd nuclei. To test… ▽ More

    Submitted 4 November, 2011; originally announced November 2011.

    Comments: 21 pages, 9 figures, 3 tables

  32. Rotational Bands and Electromagnetic Transitions of some even-even Neodymium Nuclei in J-Projected Hartree-Fock Model

    Authors: S. K. Ghorui, Z. Naik, S. K. Patra, A. K. Singh, P. K. Raina, P. K. Rath, C. R. Praharaj

    Abstract: Rotational structures of even-even $^{148-160}$Nd nuclei are studied with the self-consistent deformed Hartree-Fock (HF) and angular momentum (J) projection model. Spectra of ground band, recently observed $K=4^{-}$, $K=5^{-}$ and a few more excited, positive and negative parity bands have been studied upto high spin values. Apart from these detailed electromagnetic properties (like E2, M1 matrix… ▽ More

    Submitted 16 June, 2011; originally announced June 2011.

    Comments: 20 pages

  33. Uncertainties in nuclear transition matrix elements for neutrinoless $ββ$ decay II: the heavy Majorana neutrino mass mechanism

    Authors: P. K. Rath, R. Chandra, P. K. Raina, K. Chaturvedi, J. G. Hirsch

    Abstract: Employing four different parametrization of the pairing plus multipolar type of effective two-body interaction and three different parametrizations of Jastrow-type of short range correlations, the uncertainties in the nuclear transition matrix elements $M_{N}^{(0ν)}$ due to the exchange of heavy Majorana neutrino for the $0^{+}\rightarrow 0^{+}$ transition of neutrinoless double beta decay of… ▽ More

    Submitted 16 January, 2012; v1 submitted 8 June, 2011; originally announced June 2011.

    Journal ref: Phys. Rev. C 85, 014308 (2012)

  34. Chromomagnetism in nuclear matter

    Authors: Akhilesh Ranjan, P. K. Raina

    Abstract: Quarks are color charged particles. Due to their motion there is a strong possibility of generation of color magnetic field. It is shown that however hadrons are color singlet particles they may have non-zero color magnetic moment. Due to this color magnetic moment hadrons can show color interaction. In this paper we have studied the chromomagnetic properties of nuclear matter.

    Submitted 6 September, 2011; v1 submitted 5 May, 2011; originally announced May 2011.

    Comments: 6 pages, 1 figure, accepted for publication in Int. J. Theor. Phys

    Journal ref: Int J Theor Phys (2012) 51: 496

  35. Uncertainties in nuclear transition matrix elements for neutrinoless $ββ$ decay within the PHFB model

    Authors: P. K. Rath, R. Chandra, K. Chaturvedi, P. K. Raina, J. G. Hirsch

    Abstract: The nuclear transition matrix elements $M^{(0ν)}$ for the neutrinoless double beta decay of $^{94,96}$Zr, $^{98,100}$Mo, $^{104}$Ru, $^{110}$Pd, $^{128,130}$Te and $^{150}$Nd isotopes in the case of $0^{+}\rightarrow 0^{+}$ transition are calculated using the PHFB wave functions, which are eigenvectors of four different parameterizations of a Hamiltonian with pairing plus multipolar effective two-… ▽ More

    Submitted 20 April, 2011; originally announced April 2011.

    Journal ref: Phys.Rev.C82:064310,2010

  36. Deformation effects and neutrinoless positron $ββ$ decay of $^{96}$Ru, $^{102}$Pd, $^{106}$Cd, $^{124}$Xe, $^{130}$Ba and $^{156}$Dy isotopes within Majorona neutrino mass mechanism

    Authors: P. K. Rath, R. Chandra, K. Chaturvedi, P. K. Raina, J. G. Hirsch

    Abstract: The $(β^{+}β^{+})_{0ν}$ and $(\varepsilon β^{+})_{0ν}$ modes of $^{96}$Ru, $^{102}$Pd, $^{106}$Cd, $^{124}$Xe, $^{130}$Ba and $^{156}$Dy isotopes are studied in the Projected Hartree-Fock-Bogoliubov framework for the $0^{+}\to 0^{+}$ transition. The reliability of the intrinsic wave functions required to study these decay modes has been established in our earlier works by obtaining an overall ag… ▽ More

    Submitted 8 October, 2009; v1 submitted 24 June, 2009; originally announced June 2009.

    Comments: 12 Pages, 3 figure

    Journal ref: Phys.Rev.C80:044303,2009

  37. Quadrupolar correlations and deformation effect on two neutrino $\varepsilon β^{+}$ and $\varepsilon \varepsilon $ modes of $^{156}$Dy isotope

    Authors: P. K. Rath, R. Chandra, S. Singh, P. K. Raina, J. G. Hirsch

    Abstract: The two-neutrino positron double-$β$ decay modes of $^{156}$Dy isotope are studied in the Projected Hartree-Fock-Bogoliubov framework for the $0^{+}\to 0^{+}$ transition. Theoretically calculated half-lives of electron-positron conversion and double-electron capture modes are presented. The effect of the quadrupolar deformation on nuclear transition matrix element $M_{2ν}$ is also investigated.

    Submitted 26 August, 2010; v1 submitted 22 June, 2009; originally announced June 2009.

    Comments: 10 pages, 2 figures

    Journal ref: J.Phys.G37:055108,2010

  38. Multipolar correlations and deformation effect on nuclear transition matrix elements of double-$β$ decay

    Authors: R. Chandra, K. Chaturvedi, P. K. Rath, P. K. Raina, J. G. Hirsch

    Abstract: The two neutrino and neutrinoless double beta decay of $^{94,96}$Zr, $^{98,100}$Mo, $^{104}$Ru, $^{110}$Pd, $^{128,130}$Te and $^{150}$Nd isotopes for the $0^{+}\to 0^{+}$ transition is studied within the PHFB framework along with an effective two-body interaction consisting of pairing, quadrupole-quadrupole and hexadecapole-hexadecapole correlations. It is found that the effect of hexadecapolar… ▽ More

    Submitted 6 July, 2009; v1 submitted 3 February, 2009; originally announced February 2009.

    Comments: 6 pages, 2 figures

    Journal ref: Europhys.Lett.86:32001,2009

  39. Nuclear deformation and neutrinoless double-$β$ decay of $^{94,96}$Zr, $^{98,100}$Mo, $^{104}$Ru, $^{110}$Pd, $^{128,130}$Te and $^{150}$Nd nuclei in mass mechanism

    Authors: K. Chaturvedi, R. Chandra, P. K. Rath, P. K. Raina, J. G. Hirsch

    Abstract: The $(β^{-}β^{-})_{0ν}$ decay of $^{94,96}$Zr, $^{98,100}$Mo, $^{104}$Ru, $^{110}$Pd, $^{128,130}$Te and $^{150}$Nd isotopes for the $0^{+}\to 0^{+}$ transition is studied in the Projected Hartree-Fock-Bogoliubov framework. In our earlier work, the reliability of HFB intrinsic wave functions participating in the $β^{-}β^{-}$ decay of the above mentioned nuclei has been established by obtaining a… ▽ More

    Submitted 6 July, 2009; v1 submitted 27 May, 2008; originally announced May 2008.

    Comments: 15 pages, 1 figure

    Journal ref: Phys. Rev. C 78, 054302 (2008)

  40. arXiv:0712.3966  [pdf, ps, other

    nucl-th

    Influence of the hexadecapole deformation on the two neutrino double-$\be ta $ decay

    Authors: R. Chandra, P. K. Rath, P. K. Raina, J. G. Hirsch

    Abstract: The two neutrino double beta $(β^{-}β^{-})_{2ν}$ decay of $ ^{94,96}$Zr, $^{98,100}$Mo, $^{104}$Ru, $^{110}$Pd, $^{128,130}$Te and $^{150}$Nd nuclei for the $0^{+}\to 0^{+}$ transition is studied in the PHFB model in conjunction with the pairing plus quadrupole-quadrupole plus hexadecapole-hexadecapole effective two-body interaction and the effect of the latter is investigated on the calculation… ▽ More

    Submitted 6 June, 2008; v1 submitted 24 December, 2007; originally announced December 2007.

    Comments: 12 pages

  41. Nuclear deformation and the two neutrino double-βdecay in ^{124,126}Xe,^{128,130}Te, ^{130,132}Ba and ^{150}Nd isotopes

    Authors: S. Singh, R. Chandra, P. K. Rath, P. K. Raina, J. G. Hirsch

    Abstract: The two neutrino double beta decay of $^{124,126}$Xe,$^{128,130}$Te, $ ^{130,132}$Ba and $^{150}$Nd isotopes is studied in the Projected Hartree-Fock-Bogoliubov (PHFB) model. Theoretical 2$ν$ $β^{-}β^{-}$ half-lives of $^{128,130}$Te, and $^{150}$Nd isotopes, and 2$νβ^{+}β^{+}$, 2$ν$ $β^{+}EC$ and 2$ν$ $ECEC$ for $ ^{124,126}$Xe and $^{130,132}$Ba nuclei are presented. Calculated quadrupolar tra… ▽ More

    Submitted 23 September, 2007; v1 submitted 29 June, 2007; originally announced June 2007.

    Comments: 19 pages

    Journal ref: Eur.Phys.J.A33:375-388,2007

  42. Neutron star matter in an effective model

    Authors: T. K. Jha, P. K. Raina, P. K. Panda, S. K. Patra

    Abstract: We study the equation of state (EOS) for dense matter in the core of the compact star with hyperons and calculate the star structure in an effective model in the mean field approach. With varying incompressibility and effective nucleon mass, we analyse the resulting EOS with hyperons in beta equilibrium and its underlying effect on the gross properties of the compact star sequences. The results… ▽ More

    Submitted 13 November, 2007; v1 submitted 4 August, 2006; originally announced August 2006.

    Comments: 10 pages, 14 figures as appeared in PRC 74, 055803, (2006)

    Journal ref: Phys.Rev.C74:055803,2006; Erratum-ibid.C75:029903,2007

  43. The $0^{+}\to 0^{+}$ positron double-$β$ decay with emission of two neutrinos in the nuclei $^{96}$Ru, $^{102}$Pd, $^{106}$Cd and $^{108}$Cd

    Authors: P. K. Raina, A. Shukla, S. Singh, P. K. Rath, J. G. Hirsch

    Abstract: Theoretical results for %the $0^{+}\to 0^{+}$ positron double-$β$ decay with emission of two neutrinos in the nuclei $^{96}$Ru, $^{102}$Pd, $^{106}$Cd and $^{108}$Cd are presented. The study employs the Hartree-Fock-Bogoliubov model to obtain the wave functions of the parent and daughter nuclei, in conjunction with the summation method to estimate the double beta decay nuclear matrix elements. T… ▽ More

    Submitted 9 January, 2006; originally announced January 2006.

    Comments: Submitted to EPJA

    Journal ref: Eur.Phys.J.A28:27-36,2006

  44. Exploring effective interactions through transition charge density study of $^{70,72,74,76}\rm Ge$ nuclei

    Authors: A. Shukla, P. K. Raina, P. K. Rath

    Abstract: Transition charge density (TCD) for $ 0^+\to 2_1^+ $ excitation have been calculated for $\rm ^{70,72,74,76}Ge$ nuclei within microscopic variational framework employing $2p_{3/2}, 1f_{5/2}, 2p_{1/2}$ and $1g_{9/2}$ valence space. The calculated TCDs for different monopole variants of Kuo interaction are compared with available experimental results. Other systematics like reduced transition prob… ▽ More

    Submitted 1 October, 2004; originally announced October 2004.

    Comments: 11 pages, 2 figures. Pramana - Journal of Physics (accepted, in press)

    Journal ref: Pramana64:207-220,2005

  45. n-p Interaction Effects on the Double Beta Decay Nuclear Matrix Elements for Medium Mass Nuclei

    Authors: P. K. Raina, A. Shukla, P. K. Rath, B. M. Dixit, K. Chaturvedi, R. Chandra, S. K. Dhiman, A. J. Singh

    Abstract: The quality of HFB wave functions are tested by comparing the theoretically calculated results with the available experimental data for a number of spectroscopic properties like yrast spectra, reduced B(E2) transition probabilities, quadrupole moments and g-factors for the nuclei involved in 2$ν$ $ββ$ decay. It is observed that the np interactions vis-à-vis the deformations of the intrinsic grou… ▽ More

    Submitted 1 October, 2004; originally announced October 2004.

    Comments: 6 pages, 2 figures

    Journal ref: Phys.Atom.Nucl. 67 (2004) 2021-2026; Yad.Fiz. 67 (2004) 2043-2047

  46. Two neutrino double $β$ decay of 94v$\leq A\leq $110 nuclei for $0^+ \to 0^+$ transition

    Authors: R. Chandra, J. Singh, P. K. Rath, P. K. Raina, J. G. Hirsch

    Abstract: The two neutrino double beta decay of $ ^{94,96}$Zr$,^{98,100}$Mo$,^{104}$% Ru and $ ^{110}$Pd nuclei for $0^{+}\to 0^{+}$ transition is studied in the PHFB model in conjunction with the summation method. In the first step, the reliability of the intrinsic wave functions has been established by obtaining an overall agreement between a number of theoretically calculated spectroscopic properties a… ▽ More

    Submitted 27 May, 2004; originally announced May 2004.

    Comments: 25 pages, 3 figures

    Journal ref: Eur.Phys.J. A23 (2005) 223-234

  47. Two neutrino positron double beta decay of $^{106}$Cd for $0^+ \to 0^+$ transition

    Authors: A. Shukla, P. K. Raina, R. Chandra, P. K. Rath, J. G. Hirsch

    Abstract: The two neutrino positron double beta decay of $^{106}$Cd for 0$^{+} \to $ 0$^{+}$ transition has been studied in the Hartree-Fock-Bogoliubov model in conjunction with the summation method. In the first step, the reliability of the intrinsic wave functions of $^{106}$Cd and $^{106}$Pd nuclei has been tested by comparing the theoretically calculated results for yrast spectra, reduced $B(E2$:… ▽ More

    Submitted 25 May, 2004; originally announced May 2004.

    Comments: 20 pages

    Journal ref: Eur.Phys.J. A23 (2005) 235-242