Skip to main content

Showing 1–37 of 37 results for author: Nabi, S

.
  1. arXiv:2506.04062  [pdf, ps, other

    cs.DC

    Energy-Aware Workflow Execution: An Overview of Techniques for Saving Energy and Emissions in Scientific Compute Clusters

    Authors: Lauritz Thamsen, Yehia Elkhatib, Paul Harvey, Syed Waqar Nabi, Jeremy Singer, Wim Vanderbauwhede

    Abstract: Scientific research in many fields routinely requires the analysis of large datasets, and scientists often employ workflow systems to leverage clusters of computers for their data analysis. However, due to their size and scale, these workflow applications can have a considerable environmental footprint in terms of compute resource use, energy consumption, and carbon emissions. Mitigating this is c… ▽ More

    Submitted 4 June, 2025; originally announced June 2025.

    Comments: Partially supported by the Engineering and Physical Sciences Research Council under grant number UKRI154

  2. arXiv:2504.20956  [pdf, other

    cs.SE

    The Development of Reflective Practice on a Work-Based Software Engineering Program: A Longitudinal Study

    Authors: Matthew Barr, Syed Waqar Nabi, Oana Andrei

    Abstract: This study examines the development of reflective practice among students on a four-year work-based Software Engineering program. Using two established models of reflection - Boud et al.'s Model of Reflective Process and Bain et al.'s 5R Framework for Reflection - we analyse a series of reflective assignments submitted by students over four years. Our longitudinal analysis reveals clear trends in… ▽ More

    Submitted 1 May, 2025; v1 submitted 29 April, 2025; originally announced April 2025.

  3. arXiv:2502.17638  [pdf, other

    cs.CY cs.AI

    Towards Robust Legal Reasoning: Harnessing Logical LLMs in Law

    Authors: Manuj Kant, Sareh Nabi, Manav Kant, Roland Scharrer, Megan Ma, Marzieh Nabi

    Abstract: Legal services rely heavily on text processing. While large language models (LLMs) show promise, their application in legal contexts demands higher accuracy, repeatability, and transparency. Logic programs, by encoding legal concepts as structured rules and facts, offer reliable automation, but require sophisticated text extraction. We propose a neuro-symbolic approach that integrates LLMs' natura… ▽ More

    Submitted 24 February, 2025; originally announced February 2025.

  4. Dynamic Loop Fusion in High-Level Synthesis

    Authors: Robert Szafarczyk, Syed Waqar Nabi, Wim Vanderbauwhede

    Abstract: Dynamic High-Level Synthesis (HLS) uses additional hardware to perform memory disambiguation at runtime, increasing loop throughput in irregular codes compared to static HLS. However, most irregular codes consist of multiple sibling loops, which currently have to be executed sequentially by all HLS tools. Static HLS performs loop fusion only on regular codes, while dynamic HLS relies on loops with… ▽ More

    Submitted 24 January, 2025; originally announced January 2025.

    Comments: To appear in the Proceedings of the 2025 ACM/SIGDA International Symposium on Field Programmable Gate Arrays (FPGA 2025)

  5. arXiv:2501.13553  [pdf, other

    cs.PF cs.AR cs.DC

    Compiler Support for Speculation in Decoupled Access/Execute Architectures

    Authors: Robert Szafarczyk, Syed Waqar Nabi, Wim Vanderbauwhede

    Abstract: Irregular codes are bottlenecked by memory and communication latency. Decoupled access/execute (DAE) is a common technique to tackle this problem. It relies on the compiler to separate memory address generation from the rest of the program, however, such a separation is not always possible due to control and data dependencies between the access and execute slices, resulting in a loss of decoupling… ▽ More

    Submitted 23 January, 2025; originally announced January 2025.

    Comments: To appear in the Proceedings of the 34th ACM SIGPLAN International Conference on Compiler Construction (CC 2025)

  6. Red is Sus: Automated Identification of Low-Quality Service Availability Claims in the US National Broadband Map

    Authors: Syed Tauhidun Nabi, Zhuowei Wen, Brooke Ritter, Shaddi Hasan

    Abstract: The FCC's National Broadband Map aspires to provide an unprecedented view into broadband availability in the US. However, this map, which also determines eligibility for public grant funding, relies on self-reported data from service providers that in turn have incentives to strategically misrepresent their coverage. In this paper, we develop an approach for automatically identifying these low-qua… ▽ More

    Submitted 16 October, 2024; v1 submitted 11 October, 2024; originally announced October 2024.

    Comments: 17 pages

  7. Continuum excitations in a spin-supersolid on a triangular lattice

    Authors: M. Zhu, V. Romerio, N. Steiger, S. D. Nabi, N. Murai, S. Ohira-Kawamura, K. Yu. Povarov, Y. Skourski, R. Sibille, L. Keller, Z. Yan, S. Gvasaliya, A. Zheludev

    Abstract: Magnetic, thermodynamic, neutron diffraction and inelastic neutron scattering are used to study spin correlations in the easy-axis XXZ triangular lattice magnet K2Co(SeO3)2. Despite the presence of quasi-2D "supersolid" magnetic order, the low-energy excitation spectrum contains no sharp modes and is instead a broad and structured multi-particle continuum. Applying a weak magnetic field drives the… ▽ More

    Submitted 20 August, 2024; v1 submitted 29 January, 2024; originally announced January 2024.

    Journal ref: Phys. Rev. Lett. 133, 186704 (2024)

  8. arXiv:2311.10535  [pdf, other

    cond-mat.str-el

    Magnetic field-induced phases and spin Hamiltonian in Cs2CoBr4

    Authors: L. Facheris, S. D. Nabi, K. Yu. Povarov, Z. Yan, A. Glezer Moshe, U. Nagel, T. Rõõm, A. Podlesnyak, E. Ressouche, K. Beauvois, J. R. Stewart, P. Manuel, D. Khalyavin, F. Orlandi, A. Zheludev

    Abstract: Magnetic structures and spin excitations are studied across the phase diagram of the geometrically frustrated S = 3/2 quantum antiferromagnet Cs2CoBr4 in magnetic fields applied along the magnetic easy axis, using neutron diffraction, inelastic neutron scattering and THz absorption spectroscopy. The data are analyzed, where appropriate, using extended SU (4) linear spin wave theory. A minimal magn… ▽ More

    Submitted 14 March, 2024; v1 submitted 17 November, 2023; originally announced November 2023.

    Comments: 14 pages, 10 figures, Accepted to Phys. Rev. B

  9. arXiv:2311.08198  [pdf, other

    cs.AR cs.PF

    A High-Frequency Load-Store Queue with Speculative Allocations for High-Level Synthesis

    Authors: Robert Szafarczyk, Syed Waqar Nabi, Wim Vanderbauwhede

    Abstract: Dynamically scheduled high-level synthesis (HLS) enables the use of load-store queues (LSQs) which can disambiguate data hazards at circuit runtime, increasing throughput in codes with unpredictable memory accesses. However, the increased throughput comes at the price of lower clock frequency and higher resource usage compared to statically scheduled circuits without LSQs. The lower frequency ofte… ▽ More

    Submitted 14 November, 2023; originally announced November 2023.

    Comments: To appear in the International Conference on Field Programmable Technology (FPT'23), Yokohama, Japan, 11-14 December 2023

  10. arXiv:2310.18320  [pdf, ps, other

    cs.CY cs.AI

    AI (r)evolution -- where are we heading? Thoughts about the future of music and sound technologies in the era of deep learning

    Authors: Giovanni Bindi, Nils Demerlé, Rodrigo Diaz, David Genova, Aliénor Golvet, Ben Hayes, Jiawen Huang, Lele Liu, Vincent Martos, Sarah Nabi, Teresa Pelinski, Lenny Renault, Saurjya Sarkar, Pedro Sarmento, Cyrus Vahidi, Lewis Wolstanholme, Yixiao Zhang, Axel Roebel, Nick Bryan-Kinns, Jean-Louis Giavitto, Mathieu Barthet

    Abstract: Artificial Intelligence (AI) technologies such as deep learning are evolving very quickly bringing many changes to our everyday lives. To explore the future impact and potential of AI in the field of music and sound technologies a doctoral day was held between Queen Mary University of London (QMUL, UK) and Sciences et Technologies de la Musique et du Son (STMS, France). Prompt questions about curr… ▽ More

    Submitted 20 September, 2023; originally announced October 2023.

  11. arXiv:2308.15120  [pdf, other

    cs.DC

    Compiler Discovered Dynamic Scheduling of Irregular Code in High-Level Synthesis

    Authors: Robert Szafarczyk, Syed Waqar Nabi, Wim Vanderbauwhede

    Abstract: Dynamically scheduled high-level synthesis (HLS) achieves higher throughput than static HLS for codes with unpredictable memory accesses and control flow. However, excessive dataflow scheduling results in circuits that use more resources and have a slower critical path, even when only a part of the circuit exhibits dynamic behavior. Recent work has shown that marking parts of a dataflow circuit fo… ▽ More

    Submitted 29 August, 2023; originally announced August 2023.

    Comments: To appear in the 33rd International Conference on Field-Programmable Logic and Applications (2023)

  12. arXiv:2307.11732  [pdf, other

    cs.LG cs.GT econ.GN

    Advancing Ad Auction Realism: Practical Insights & Modeling Implications

    Authors: Ming Chen, Sareh Nabi, Marciano Siniscalchi

    Abstract: Contemporary real-world online ad auctions differ from canonical models [Edelman et al., 2007; Varian, 2009] in at least four ways: (1) values and click-through rates can depend upon users' search queries, but advertisers can only partially "tune" their bids to specific queries; (2) advertisers do not know the number, identity, and precise value distribution of competing bidders; (3) advertisers o… ▽ More

    Submitted 9 April, 2024; v1 submitted 21 July, 2023; originally announced July 2023.

  13. arXiv:2307.07911  [pdf, other

    cs.GT cs.LG cs.MA math.OC

    MESOB: Balancing Equilibria & Social Optimality

    Authors: Xin Guo, Lihong Li, Sareh Nabi, Rabih Salhab, Junzi Zhang

    Abstract: Motivated by bid recommendation in online ad auctions, this paper considers a general class of multi-level and multi-agent games, with two major characteristics: one is a large number of anonymous agents, and the other is the intricate interplay between competition and cooperation. To model such complex systems, we propose a novel and tractable bi-objective optimization formulation with mean-field… ▽ More

    Submitted 15 July, 2023; originally announced July 2023.

  14. arXiv:2302.13542  [pdf, other

    cs.SD cs.LG eess.AS

    Continuous descriptor-based control for deep audio synthesis

    Authors: Ninon Devis, Nils Demerlé, Sarah Nabi, David Genova, Philippe Esling

    Abstract: Despite significant advances in deep models for music generation, the use of these techniques remains restricted to expert users. Before being democratized among musicians, generative models must first provide expressive control over the generation, as this conditions the integration of deep generative models in creative workflows. In this paper, we tackle this issue by introducing a deep generati… ▽ More

    Submitted 27 February, 2023; originally announced February 2023.

    Comments: ICASSP 2023

  15. Confinement of fractional excitations in a triangular lattice antiferromagnet

    Authors: L. Facheris, S. D. Nabi, A. Glezer Moshe, U. Nagel, T. Rõõm, K. Yu. Povarov, J. R. Stewart, Z. Yan, A. Zheludev

    Abstract: High-resolution neutron and THz spectroscopies are used to study the magnetic excitation spectrum of Cs$_2$CoBr$_4$, a distorted-triangular-lattice antiferromagnet with nearly XY-type anisotropy. What was previously thought of as a broad excitation continuum [Phys. Rev. Lett. 129, 087201 (2022)] is shown to be a series of dispersive bound states reminiscent of "Zeeman ladders" in quasi-one-dimensi… ▽ More

    Submitted 23 June, 2023; v1 submitted 31 January, 2023; originally announced January 2023.

    Comments: 11 pages, 8 figures

    Journal ref: Phys. Rev. Lett. 130, 256702 (2023)

  16. arXiv:2212.13559  [pdf, other

    eess.SY cs.AI cs.LG

    Data-driven control of COVID-19 in buildings: a reinforcement-learning approach

    Authors: Ashkan Haji Hosseinloo, Saleh Nabi, Anette Hosoi, Munther A. Dahleh

    Abstract: In addition to its public health crisis, COVID-19 pandemic has led to the shutdown and closure of workplaces with an estimated total cost of more than $16 trillion. Given the long hours an average person spends in buildings and indoor environments, this research article proposes data-driven control strategies to design optimal indoor airflow to minimize the exposure of occupants to viral pathogens… ▽ More

    Submitted 27 December, 2022; originally announced December 2022.

  17. arXiv:2211.09419  [pdf, other

    cs.LG math.AP math.DS math.OA

    Physics-Informed Koopman Network

    Authors: Yuying Liu, Aleksei Sholokhov, Hassan Mansour, Saleh Nabi

    Abstract: Koopman operator theory is receiving increased attention due to its promise to linearize nonlinear dynamics. Neural networks that are developed to represent Koopman operators have shown great success thanks to their ability to approximate arbitrarily complex functions. However, despite their great potential, they typically require large training data-sets either from measurements of a real system… ▽ More

    Submitted 17 November, 2022; originally announced November 2022.

    Comments: 26 pages, 5 figures

  18. arXiv:2209.06255  [pdf, other

    cond-mat.dis-nn cond-mat.mes-hall

    Critical and Topological Phases of Dimerized Kitaev Chain in Presence of Quasiperiodic Potential

    Authors: Shilpi Roy, Sk Noor Nabi, Saurabh Basu

    Abstract: We investigate localization and topological properties of a dimerized Kitaev chain with p-wave superconducting correlations and a quasiperiodically modulated chemical potential. With regard to the localization studies, we demonstrate the existence of distinct phases, such as, the extended phase, the critical (intermediate) phase, and the localized phase that arise due to the competition between th… ▽ More

    Submitted 13 September, 2022; originally announced September 2022.

    Comments: Comments are welcome

  19. Spin Density Wave versus Fractional Magnetization Plateau in a Triangular Antiferromagnet

    Authors: L. Facheris, K. Yu. Povarov, S. D. Nabi, D. G. Mazzone, J. Lass, B. Roessli, E. Ressouche, Z. Yan, S. Gvasaliya, A. Zheludev

    Abstract: We report an excellent realization of the highly non-classical incommensurate spin-density wave (SDW) state in the quantum frustrated antiferromagnetic insulator Cs$_2$CoBr$_4$. In contrast to the well-known Ising spin chain case, here the SDW is stabilized by virtue of competing planar in-chain anisotropies and frustrated interchain exchange. Adjacent to the SDW phase is a broad $m = 1/3$ magneti… ▽ More

    Submitted 18 August, 2022; v1 submitted 22 April, 2022; originally announced April 2022.

    Comments: 13 pages, 13 figures

    Journal ref: Phys. Rev. Lett. 129, 087201 (2022)

  20. arXiv:2203.14858  [pdf, ps, other

    cond-mat.dis-nn cond-mat.other cond-mat.quant-gas cond-mat.stat-mech

    Phase Properties of Interacting Bosons in Presence of Quasiperiodic and Random Disorder

    Authors: Sk Noor Nabi, Shilpi Roy, Saurabh Basu

    Abstract: Motivated by two different types of disorder that occur in quantum systems with ubiquity, namely, the random and the quasiperiodic (QP) disorder, we have performed a systematic comparison of the emerging phase properties corresponding to these two cases for a system of interacting bosons in a two dimensional square lattice. Such a comparison is imperative as a random disorder at each lattice is co… ▽ More

    Submitted 28 March, 2022; originally announced March 2022.

  21. arXiv:2111.09880  [pdf, other

    math.OC physics.comp-ph

    Optimal control of PDEs using physics-informed neural networks

    Authors: Saviz Mowlavi, Saleh Nabi

    Abstract: Physics-informed neural networks (PINNs) have recently become a popular method for solving forward and inverse problems governed by partial differential equations (PDEs). By incorporating the residual of the PDE into the loss function of a neural network-based surrogate model for the unknown state, PINNs can seamlessly blend measurement data with physical constraints. Here, we extend this framewor… ▽ More

    Submitted 3 November, 2022; v1 submitted 18 November, 2021; originally announced November 2021.

    Comments: 27 pages, 10 figures; refined the guidelines and updated the results

  22. arXiv:2105.11038  [pdf, other

    cond-mat.mes-hall

    Quasiparticle trapping by orbital effect in a hybrid superconducting-semiconducting circuit

    Authors: Willemijn Uilhoorn, James G. Kroll, Arno Bargerbos, Syed D. Nabi, Chung-Kai Yang, Peter Krogstrup, Leo P. Kouwenhoven, Angela Kou, Gijs de Lange

    Abstract: The tunneling of quasiparticles (QPs) across Josephson junctions (JJs) detrimentally affects the coherence of superconducting and charge-parity qubits, and is shown to occur more frequently in magnetic fields. Here we demonstrate the parity lifetime to survive in excess of 50$\,\mathrmμ$s in magnetic fields up to 1$\,$T, utilising a semiconducting nanowire transmon to detect QP tunneling in real t… ▽ More

    Submitted 23 May, 2021; originally announced May 2021.

    Comments: 12 pages, 11 figures

  23. arXiv:2002.01129  [pdf, other

    cs.LG stat.ML

    Bayesian Meta-Prior Learning Using Empirical Bayes

    Authors: Sareh Nabi, Houssam Nassif, Joseph Hong, Hamed Mamani, Guido Imbens

    Abstract: Adding domain knowledge to a learning system is known to improve results. In multi-parameter Bayesian frameworks, such knowledge is incorporated as a prior. On the other hand, various model parameters can have different learning rates in real-world problems, especially with skewed data. Two often-faced challenges in Operation Management and Management Science applications are the absence of inform… ▽ More

    Submitted 12 July, 2021; v1 submitted 4 February, 2020; originally announced February 2020.

    Comments: Expanded discussions on applications and extended literature review section. Forthcoming in the Management Science Journal

    Journal ref: Management Science, 68(3):1737-1755, 2022

  24. arXiv:1901.00416  [pdf, other

    cs.PF cs.DC

    Towards Automatic Transformation of Legacy Scientific Code into OpenCL for Optimal Performance on FPGAs

    Authors: Wim Vanderbauwhede, Syed Waqar Nabi

    Abstract: There is a large body of legacy scientific code written in languages like Fortran that is not optimised to get the best performance out of heterogeneous acceleration devices like GPUs and FPGAs, and manually porting such code into parallel languages frameworks like OpenCL requires considerable effort. We are working towards developing a turn-key, self-optimising compiler for accelerating scientifi… ▽ More

    Submitted 24 January, 2019; v1 submitted 21 December, 2018; originally announced January 2019.

    Comments: Presented: HLPGPU at HiPEAC 2018 (Manchester, UK). arXiv admin note: text overlap with arXiv:1711.04471

  25. arXiv:1806.11450  [pdf, ps, other

    cond-mat.quant-gas

    Effects of an attractive three body interaction on a spin-1 Bose Hubbard model

    Authors: Sk Noor Nabi, Saurabh Basu

    Abstract: We study the effects of an attractive three body interaction potential on a spin-1 ultracold Bose gas using mean field approach (MFA). For an antiferromagnetic (AF) interaction, the third MI lobe is predominantly affected, where it completely engulfs the second and the fourth MI lobes at large values of the interaction strength. Albeit no significant change is observed beyond the fourth MI lobe. T… ▽ More

    Submitted 28 June, 2018; originally announced June 2018.

    Comments: arXiv admin note: text overlap with arXiv:1711.04283

    Journal ref: Laser Phys. 29 075501 (2019)

  26. arXiv:1806.06931  [pdf, other

    cs.LG cs.AI stat.ML

    Reinforcement Learning with Function-Valued Action Spaces for Partial Differential Equation Control

    Authors: Yangchen Pan, Amir-massoud Farahmand, Martha White, Saleh Nabi, Piyush Grover, Daniel Nikovski

    Abstract: Recent work has shown that reinforcement learning (RL) is a promising approach to control dynamical systems described by partial differential equations (PDE). This paper shows how to use RL to tackle more general PDE control problems that have continuous high-dimensional action spaces with spatial relationship among action dimensions. In particular, we propose the concept of action descriptors, wh… ▽ More

    Submitted 12 June, 2018; originally announced June 2018.

    Comments: ICML2018

  27. arXiv:1805.01596  [pdf, ps, other

    physics.flu-dyn nlin.CD physics.ao-ph

    Reduced-order modeling of fully turbulent buoyancy-driven flows using the Green's function method

    Authors: M. A. Khodkar, Pedram Hassanzadeh, Saleh Nabi, Piyush Grover

    Abstract: A One-Dimensional (1D) Reduced-Order Model (ROM) has been developed for a 3D Rayleigh-Bénard convection system in the turbulent regime with Rayleigh number $\mathrm{Ra}=10^6$. The state vector of the 1D ROM is horizontally averaged temperature. Using the Green's Function (GRF) method, which involves applying many localized, weak forcings to the system one at a time and calculating the responses us… ▽ More

    Submitted 4 December, 2018; v1 submitted 3 May, 2018; originally announced May 2018.

    Comments: Accepted for publication in Physical Review Fluids

    Journal ref: Phys. Rev. Fluids 4, 013801 (2019)

  28. arXiv:1711.04283  [pdf, ps, other

    cond-mat.quant-gas

    Quantum phases of a spin-1 ultracold Bose gas with three body interactions

    Authors: Sk Noor Nabi, Saurabh Basu

    Abstract: We study the effects of both a repulsive and an attractive three body interaction potential on a spin-1 ultracold Bose gas using mean field approach (MFA). For an antiferromagnetic (AF) inter- action, we have found the existence of the odd-even asymmetry in the Mott insulating (MI) lobes in presence of both the repulsive two and three body interactions. In case of a purely three body repulsive int… ▽ More

    Submitted 12 November, 2017; originally announced November 2017.

    Comments: 8 pages, 7 figures

    Journal ref: Europhysics Letters, 121 (2018) 46002

  29. arXiv:1705.00475  [pdf, ps, other

    cond-mat.quant-gas

    Spin-1 Bose Hubbard model with nearest neighbour extended interaction

    Authors: Sk Noor Nabi, Saurabh Basu

    Abstract: We have studied a spinor (F = 1) Bose gas in presence of the density-density interaction through the mean field approach and the perturbation theory for either sign of the spin dependent interaction, namely the antiferromagnetic (AF) and the ferromagnetic cases. In the AF case, the charge density wave (CDW) phase appears to be sandwiched between the Mott insulating (MI) and the supersolid phases f… ▽ More

    Submitted 1 May, 2017; originally announced May 2017.

    Journal ref: Annalen der Physik, 530, 1700245 (2018)

  30. arXiv:1606.02897  [pdf, ps, other

    cond-mat.quant-gas

    Spin-1 bosons in an external magnetic field and a three body interaction potential

    Authors: Sk Noor Nabi, Saurabh Basu

    Abstract: We perform a thorough study of the effect of an external magnetic field on a spin-1 ultracold Bose gas via mean field approach corresponding to the both signs of the spin dependent interaction. In contrast to some of the earlier studies, the magnetic field in our work is included through both the hopping frequencies (via Peierls coupling) and the zeeman interaction, thereby facilitating an explo-… ▽ More

    Submitted 14 June, 2016; v1 submitted 9 June, 2016; originally announced June 2016.

    Comments: 8 pages

    Journal ref: Europhysics Letters, 116, 46001 (2016)

  31. arXiv:1510.02831  [pdf, other

    math.DS physics.flu-dyn

    Sparse sensing and DMD based identification of flow regimes and bifurcations in complex flows

    Authors: Boris Kramer, Piyush Grover, Petros Boufounos, Mouhacine Benosman, Saleh Nabi

    Abstract: We present a sparse sensing framework based on Dynamic Mode Decomposition (DMD) to identify flow regimes and bifurcations in large-scale thermo-fluid systems. Motivated by real-time sensing and control of thermal-fluid flows in buildings and equipment, we apply this method to a Direct Numerical Simulation (DNS) data set of a 2D laterally heated cavity. The resulting flow solutions can be divided i… ▽ More

    Submitted 22 August, 2016; v1 submitted 9 October, 2015; originally announced October 2015.

    Comments: Expanded discussion. Fixed some typos and figures

    MSC Class: 37L65; 37M05; 37N10

    Journal ref: SIAM Journal on Applied Dynamical Systems 16(2) (2017)

  32. Percolation analysis of a disordered spinor Bose gas

    Authors: Sk Noor Nabi, Saurabh Basu

    Abstract: We study the effects of an on-site disorder potential in a gas of spinor (spin-1) ultracold atoms loaded in an optical lattice corresponding to both ferromagnetic and antiferromagnetic spin dependent interactions. Starting with a disordered spinor Bose-Hubbard model (SBHM) on a two dimensional square lattice, we observe the appearance of a Bose glass phase using the fraction of the lattice sites h… ▽ More

    Submitted 20 April, 2015; originally announced April 2015.

    Journal ref: J. Phys. B: At. Mol. Opt. Phys. 49 (2016) 125301

  33. arXiv:1504.04586  [pdf, other

    cs.AR

    A Reconfigurable Vector Instruction Processor for Accelerating a Convection Parametrization Model on FPGAs

    Authors: Syed Waqar Nabi, Saji N. Hameed, Wim Vanderbauwhede

    Abstract: High Performance Computing (HPC) platforms allow scientists to model computationally intensive algorithms. HPC clusters increasingly use General-Purpose Graphics Processing Units (GPGPUs) as accelerators; FPGAs provide an attractive alternative to GPGPUs for use as co-processors, but they are still far from being mainstream due to a number of challenges faced when using FPGA-based platforms. Our r… ▽ More

    Submitted 17 April, 2015; originally announced April 2015.

    Comments: This is an extended pre-print version of work that was presented at the international symposium on Highly Efficient Accelerators and Reconfigurable Technologies (HEART2014), Sendai, Japan, June 911, 2014

  34. arXiv:1504.04579  [pdf, other

    cs.DC

    An Intermediate Language and Estimator for Automated Design Space Exploration on FPGAs

    Authors: Syed Waqar Nabi, Wim Vanderbauwhede

    Abstract: We present the TyTra-IR, a new intermediate language intended as a compilation target for high-level language compilers and a front-end for HDL code generators. We develop the requirements of this new language based on the design-space of FPGAs that it should be able to express and the estimation-space in which each configuration from the design-space should be mappable in an automated design flow… ▽ More

    Submitted 17 April, 2015; originally announced April 2015.

    Comments: Pre-print and extended version of poster paper accepted at international symposium on Highly Efficient Accelerators and Reconfigurable Technologies (HEART2015) Boston, MA, USA, June 1-2, 2015

  35. arXiv:1110.5181  [pdf, other

    eess.SY

    Paraglide: Interactive Parameter Space Partitioning for Computer Simulations

    Authors: Steven Bergner, Michael Sedlmair, Sareh Nabi, Ahmed Saad, Torsten Möller

    Abstract: In this paper we introduce paraglide, a visualization system designed for interactive exploration of parameter spaces of multi-variate simulation models. To get the right parameter configuration, model developers frequently have to go back and forth between setting parameters and qualitatively judging the outcomes of their model. During this process, they build up a grounded understanding of the p… ▽ More

    Submitted 24 October, 2011; originally announced October 2011.

    Report number: SFU-CMPT TR 2011-06 ACM Class: G.3; G.4; H.5.2; I.6; I.6.4; I.6.6

  36. arXiv:0910.0422  [pdf, ps, other

    cond-mat.mtrl-sci cond-mat.str-el

    Effect of strain on the stability and electronic properties of ferrimagnetic Fe$_{2-x}$Ti$_x$O$_3$ heterostructures from correlated band theory

    Authors: Hasan Sadat Nabi, Rossitza Pentcheva

    Abstract: Based on density functional theory (DFT) calculations including an on-site Hubbard $U$ term we investigate the effect of substrate-induced strain on the properties of ferrimagnetic Fe$_2$O$_3$-FeTiO$_3$ solid solutions and heterostructures. While the charge compensation mechanism through formation of a mixed \fetw, \feth-contact layer is unaffected, strain can be used to tune the electronic prop… ▽ More

    Submitted 2 October, 2009; originally announced October 2009.

    Journal ref: JOURNAL OF APPLIED PHYSICS 106, 073912 (2009)

  37. arXiv:0804.2870  [pdf, ps, other

    cond-mat.mtrl-sci cond-mat.str-el

    Interface magnetism in Fe2O3/FeTiO3-heterostructures

    Authors: Rossitza Pentcheva, Hasan Sadat Nabi

    Abstract: To resolve the microscopic origin of magnetism in the Fe2O3/FeTiO3-system, we have performed density functional theory calculations taking into account on-site Coulomb repulsion. By varying systematically the concentration, distribution and charge state of Ti in a hematite host, we compile a phase diagram of the stability with respect to the end members and find a clear preference to form layere… ▽ More

    Submitted 17 April, 2008; originally announced April 2008.

    Comments: 4 pages, 3 figures

    Journal ref: Phys. Rev. B 77, 172405 (2008)