Skip to main content

Showing 1–45 of 45 results for author: Rajaraman, R

.
  1. arXiv:2402.14666  [pdf, other

    cs.GT cs.NI

    Stability of P2P Networks Under Greedy Peering (Full Version)

    Authors: Lucianna Kiffer, Rajmohan Rajaraman

    Abstract: Major cryptocurrency networks have relied on random peering choice rules for making connections in their peer-to-peer networks. Generally, these choices have good properties, particularly for open, permissionless networks. Random peering choices however do not take into account that some actors may choose to optimize who they connect to such that they are quicker to hear about information being pr… ▽ More

    Submitted 22 February, 2024; originally announced February 2024.

  2. arXiv:2312.05416  [pdf, ps, other

    cs.DS

    Scheduling Splittable Jobs on Configurable Machines

    Authors: Matthew Casey, Rajmohan Rajaraman, David Stalfa

    Abstract: Motivated by deep neural network applications, we study the problem of scheduling splittable jobs (e.g., neural network inference tasks) on configurable machines (e.g., multi-instance GPUs). We are given $n$ jobs and a set $C$ of configurations (e.g, representing ways to configure a GPU) consisting of multisets of blocks (e.g., representing GPU instances). A schedule consists of a set of machines,… ▽ More

    Submitted 8 December, 2023; originally announced December 2023.

  3. arXiv:2311.02349  [pdf, other

    cs.GT cs.LG cs.SI

    Sample Complexity of Opinion Formation on Networks

    Authors: Haolin Liu, Rajmohan Rajaraman, Ravi Sundaram, Anil Vullikanti, Omer Wasim, Haifeng Xu

    Abstract: Consider public health officials aiming to spread awareness about a new vaccine in a community interconnected by a social network. How can they distribute information with minimal resources, ensuring community-wide understanding that aligns with the actual facts? This concern mirrors numerous real-world situations. In this paper, we initialize the study of sample complexity in opinion formation to… ▽ More

    Submitted 4 November, 2023; originally announced November 2023.

  4. arXiv:2308.01199  [pdf, other

    cs.DS

    One Tree to Rule Them All: Poly-Logarithmic Universal Steiner Tree

    Authors: Costas Busch, Da Qi Chen, Arnold Filtser, Daniel Hathcock, D Ellis Hershkowitz, Rajmohan Rajaraman

    Abstract: A spanning tree $T$ of graph $G$ is a $ρ$-approximate universal Steiner tree (UST) for root vertex $r$ if, for any subset of vertices $S$ containing $r$, the cost of the minimal subgraph of $T$ connecting $S$ is within a $ρ$ factor of the minimum cost tree connecting $S$ in $G$. Busch et al. (FOCS 2012) showed that every graph admits $2^{O(\sqrt{\log n})}$-approximate USTs by showing that USTs are… ▽ More

    Submitted 2 August, 2023; originally announced August 2023.

    Comments: @FOCS23

  5. arXiv:2207.13121  [pdf, other

    cs.DS

    Scheduling under Non-Uniform Job and Machine Delays

    Authors: Rajmohan Rajaraman, David Stalfa, Sheng Yang

    Abstract: We study the problem of scheduling precedence-constrained jobs on heterogenous machines in the presence of non-uniform job and machine communication delays. We are given as input $n$ unit size precedence-ordered jobs and $m$ related machines such that machine $i$ can execute up to $m_i$ jobs at a time. Each machine $i$ has an in-delay $ρ^{\mathrm{in}}_i$ and out-delay $ρ^{\mathrm{out}}_i$. Likewis… ▽ More

    Submitted 21 November, 2022; v1 submitted 26 July, 2022; originally announced July 2022.

  6. arXiv:2206.05579  [pdf, other

    cs.DS

    Online Paging with Heterogeneous Cache Slots

    Authors: Marek Chrobak, Samuel Haney, Mehraneh Liaee, Debmalya Panigrahi, Rajmohan Rajaraman, Ravi Sundaram, Neal E. Young

    Abstract: It is natural to generalize the online $k$-Server problem by allowing each request to specify not only a point $p$, but also a subset $S$ of servers that may serve it. For uniform metrics, the problem is equivalent to a generalization of Paging in which each request specifies not only a page $p$, but also a subset $S$ of cache slots, and is satisfied by having a copy of $p$ in some slot in $S$. We… ▽ More

    Submitted 23 February, 2023; v1 submitted 11 June, 2022; originally announced June 2022.

    Comments: 33 pages, conference version appears in STACS 2023

    ACM Class: F.2.0; F.1.2; C.0

  7. arXiv:2111.08148  [pdf, other

    cs.DS

    Improved Bounds for Scheduling Flows under Endpoint Capacity Constraints

    Authors: Searidang Pa, Rajmohan Rajaraman, David Stalfa

    Abstract: We study flow scheduling under node capacity constraints. We are given capacitated nodes and an online sequence of jobs, each with a release time and a demand to be routed between two nodes. A schedule specifies which jobs are routed in each step, guaranteeing that the total demand on a node in any step is at most its capacity. A key metric in this scenario is response time: the time between a job… ▽ More

    Submitted 15 November, 2021; originally announced November 2021.

  8. arXiv:2103.12229  [pdf, ps, other

    cs.GT

    HaPPY-Mine: Designing a Mining Reward Function

    Authors: Lucianna Kiffer, Rajmohan Rajaraman

    Abstract: In cryptocurrencies, the block reward is meant to serve as the incentive mechanism for miners to commit resources to create blocks and in effect secure the system. Existing systems primarily divide the reward in proportion to expended resources and follow one of two static models for total block reward: (i) a fixed reward for each block (e.g., Ethereum), or (ii) one where the block reward halves e… ▽ More

    Submitted 22 March, 2021; originally announced March 2021.

  9. arXiv:2011.10003  [pdf

    cond-mat.mtrl-sci

    Porous Structured Au Colloids: Insights in to Morphology, Optical and Antimicrobial Activity

    Authors: G. Nirmala Devi, R. N. Viswanath, C. Lakshmanan, G. Suresh, R. Rajaraman

    Abstract: Porous structured Au colloids have been prepared from bulk nanoporous Au by means of an element dissociation method. The microscopic techniques (scanning electron microscope and atomic force microscope), UV-Vis spectroscopy and zone diffusion method have been employed to study their morphology, optical property and anti-microbial activity against Gram-positive and Gram-negative bacterial strains,… ▽ More

    Submitted 19 November, 2020; originally announced November 2020.

  10. arXiv:2011.02615  [pdf, ps, other

    cs.DS cs.DB

    Competitive Data-Structure Dynamization

    Authors: Claire Mathieu, Rajmohan Rajaraman, Neal E. Young, Arman Yousefi

    Abstract: Data-structure dynamization is a general approach for making static data structures dynamic. It is used extensively in geometric settings and in the guise of so-called merge (or compaction) policies in big-data databases such as Google Bigtable and LevelDB (our focus). Previous theoretical work is based on worst-case analyses for uniform inputs -- insertions of one item at a time and constant read… ▽ More

    Submitted 9 December, 2021; v1 submitted 4 November, 2020; originally announced November 2020.

    Comments: SODA 2021

    MSC Class: 68W27; 68P15; 68R05 ACM Class: F.1.2; H.2.4

  11. arXiv:2005.09724  [pdf, other

    cs.DS

    Scheduling Flows on a Switch to Optimize Response Times

    Authors: Hamidreza Jahanjou, Rajmohan Rajaraman, David Stalfa

    Abstract: We study the scheduling of flows on a switch with the goal of optimizing metrics related to the response time of the flows. The input to the problem is a sequence of flow requests on a switch, where the switch is represented by a bipartite graph with a capacity on each vertex (or port), and a flow request is an edge with associated demand. In each round, a subset of edges can be scheduled subject… ▽ More

    Submitted 27 May, 2020; v1 submitted 19 May, 2020; originally announced May 2020.

  12. arXiv:2004.10776  [pdf, other

    cs.DS cs.DC

    Scheduling Precedence-Constrained Jobs on Related Machines with Communication Delay

    Authors: Biswaroop Maiti, Rajmohan Rajaraman, David Stalfa, Zoya Svitkina, Aravindan Vijayaraghavan

    Abstract: We consider the problem of scheduling $n$ precedence-constrained jobs on $m$ uniformly-related machines in the presence of an arbitrary, fixed communication delay $ρ$. We consider a model that allows job duplication, i.e. processing of the same job on multiple machines, which, as we show, can reduce the length of a schedule (i.e., its makespan) by a logarithmic factor. Our main result is an… ▽ More

    Submitted 22 April, 2020; originally announced April 2020.

  13. arXiv:1904.11946  [pdf, other

    cs.DS

    Retracting Graphs to Cycles

    Authors: Samuel Haney, Mehraneh Liaee, Bruce M. Maggs, Debmalya Panigrahi, Rajmohan Rajaraman, Ravi Sundaram

    Abstract: We initiate the algorithmic study of retracting a graph into a cycle in the graph, which seeks a map** of the graph vertices to the cycle vertices, so as to minimize the maximum stretch of any edge, subject to the constraint that the restriction of the map** to the cycle is the identity map. This problem has its roots in the rich theory of retraction of topological spaces, and has strong ties… ▽ More

    Submitted 26 April, 2019; originally announced April 2019.

  14. arXiv:1708.00143  [pdf, other

    cs.DS

    Improved Algorithms for Scheduling Unsplittable Flows on Paths

    Authors: Hamidreza Jahanjou, Erez Kantor, Rajmohan Rajaraman

    Abstract: In this paper, we investigate offline and online algorithms for rufpp, the problem of minimizing the number of rounds required to schedule a set of unsplittable flows of non-uniform sizes on a given path with non-uniform edge capacities. rufpp is NP-hard and constant-factor approximation algorithms are known under the no bottleneck assumption (NBA), which stipulates that maximum size of a flow is… ▽ More

    Submitted 31 July, 2017; originally announced August 2017.

  15. arXiv:1612.01492  [pdf, ps, other

    cs.DS

    Plane Gossip: Approximating rumor spread in planar graphs

    Authors: Jennifer Iglesias, Rajmohan Rajaraman, R Ravi, Ravi Sundaram

    Abstract: We study the design of schedules for multi-commodity multicast; we are given an undirected graph $G$ and a collection of source destination pairs, and the goal is to schedule a minimum-length sequence of matchings that connects every source with its respective destination. Multi-commodity multicast models a classic information dissemination problem in networks where the primary communication const… ▽ More

    Submitted 14 July, 2017; v1 submitted 5 December, 2016; originally announced December 2016.

    ACM Class: F.2.2; G.2.2

  16. arXiv:1607.05645  [pdf, other

    cs.DC

    Information Spreading in Dynamic Networks under Oblivious Adversaries

    Authors: John Augustine, Chen Avin, Mehraneh Liaee, Gopal Pandurangan, Rajmohan Rajaraman

    Abstract: We study the problem of gossip in dynamic networks controlled by an adversary that can modify the network arbitrarily from one round to another, provided that the network is always connected. In the gossip problem, $n$ tokens are arbitrarily distributed among the $n$ network nodes, and the goal is to disseminate all the $n$ tokens to every node. Our focus is on token-forwarding algorithms, which d… ▽ More

    Submitted 19 July, 2016; originally announced July 2016.

    Comments: 23 pages

  17. arXiv:1606.06183  [pdf, other

    cs.DC cs.DS

    Asymptotically Optimal Approximation Algorithms for Coflow Scheduling

    Authors: Hamidreza Jahanjou, Erez Kantor, Rajmohan Rajaraman

    Abstract: Many modern datacenter applications involve large-scale computations composed of multiple data flows that need to be completed over a shared set of distributed resources. Such a computation completes when all of its flows complete. A useful abstraction for modeling such scenarios is a {\em coflow}, which is a collection of flows (e.g., tasks, packets, data transmissions) that all share the same pe… ▽ More

    Submitted 8 March, 2018; v1 submitted 20 June, 2016; originally announced June 2016.

    Comments: Fixed minor typos

  18. arXiv:1605.07196  [pdf, other

    cs.NI

    Balls and Funnels: Energy Efficient Group-to-Group Anycasts

    Authors: Jennifer Iglesias, Rajmohan Rajaraman, R. Ravi, Ravi Sundaram

    Abstract: We introduce group-to-group anycast (g2g-anycast), a network design problem of substantial practical importance and considerable generality. Given a collection of groups and requirements for directed connectivity from source groups to destination groups, the solution network must contain, for each requirement, an omni-directional down-link broadcast, centered at any node of the source group, calle… ▽ More

    Submitted 23 May, 2016; originally announced May 2016.

  19. arXiv:1605.04051  [pdf

    cond-mat.mtrl-sci cond-mat.mes-hall

    Effect of Sb substitution on the Topological Surface States in Bi_{2}Se_{3} single crystals: a magneto-transport study

    Authors: T. R. Devidas, E. P. Amaladass, Shilpam Sharma, Awadhesh Mani, R. Rajaraman, C. S. Sundar, A. Bharathi

    Abstract: Magneto-transport measurements have been carried out on Bi2-xSbxSe3 (x = 0, 0.05, 0.1, 0.3, 0.5) single crystals at 4.2 K temperature in the magnetic field range of -15 T to 15 T. Shubnikov-de Haas (SdH) oscillations of 2D nature were observed in samples with Sb concentration upto x = 0.3. The analyses of SdH oscillations observed in magneto-resistance data using Lifshitz-Kosevich equation reveal… ▽ More

    Submitted 13 May, 2016; originally announced May 2016.

  20. arXiv:1603.06109  [pdf, ps, other

    cs.DS

    Better bounds for coalescing-branching random walks

    Authors: Michael Mitzenmacher, Rajmohan Rajaraman, Scott Roche

    Abstract: Coalescing-branching random walks, or {\em cobra walks} for short, are a natural variant of random walks on graphs that can model the spread of disease through contacts or the spread of information in networks. In a $k$-cobra walk, at each time step a subset of the vertices are active; each active vertex chooses $k$ random neighbors (sampled independently and uniformly with replacement) that becom… ▽ More

    Submitted 19 March, 2016; originally announced March 2016.

  21. arXiv:1412.2466  [pdf

    cond-mat.mtrl-sci

    Role of Se vacancies on Shubnikov de Haas oscillations in Bi2Se3: a combined magneto-resistance and positron annihilation study

    Authors: T. R. Devidas, E. P. Amaladass, Shilpam Sharma, R. Rajaraman, D. Sornadurai, N. Subramanian, Awadhesh Mani, C. S. Sundar, A. Bharathi

    Abstract: Magneto resistance measurements coupled with positron lifetime measurements, to characterize the vacancy type defects, have been carried out on the topological insulator (TI) system Bi2Se3, of varying Se/Bi ratio. Pronounced Shubnikov de Haas (SdH) oscillations are seen in nominal Bi2Se3.1 crystals for measurements performed in magnetic fields up to 15 T in the 4 K to 10 K temperature range, with… ▽ More

    Submitted 8 December, 2014; originally announced December 2014.

    Comments: 3 pages, 7 figures

  22. arXiv:1409.7771  [pdf, other

    cs.DC cs.DS

    Global Information Sharing under Network Dynamics

    Authors: Chinmoy Dutta, Gopal Pandurangan, Rajmohan Rajaraman, Zhifeng Sun, Emanuele Viola

    Abstract: We study how to spread $k$ tokens of information to every node on an $n$-node dynamic network, the edges of which are changing at each round. This basic {\em gossip problem} can be completed in $O(n + k)$ rounds in any static network, and determining its complexity in dynamic networks is central to understanding the algorithmic limits and capabilities of various dynamic network models. Our focus i… ▽ More

    Submitted 27 September, 2014; originally announced September 2014.

    Comments: arXiv admin note: substantial text overlap with arXiv:1112.0384

  23. arXiv:1202.2092  [pdf, other

    cs.DC cs.DM cs.DS

    Discovery through Gossip

    Authors: Bernhard Haeupler, Gopal Pandurangan, David Peleg, Rajmohan Rajaraman, Zhifeng Sun

    Abstract: We study randomized gossip-based processes in dynamic networks that are motivated by discovery processes in large-scale distributed networks like peer-to-peer or social networks. A well-studied problem in peer-to-peer networks is the resource discovery problem. There, the goal for nodes (hosts with IP addresses) is to discover the IP addresses of all other hosts. In social networks, nodes (peopl… ▽ More

    Submitted 9 February, 2012; originally announced February 2012.

    Comments: 19 pages

  24. arXiv:1112.0384  [pdf, other

    cs.DC

    Information Spreading in Dynamic Networks

    Authors: Chinmoy Dutta, Gopal Pandurangan, Rajmohan Rajaraman, Zhifeng Sun

    Abstract: We study the fundamental problem of information spreading (also known as gossip) in dynamic networks. In gossip, or more generally, $k$-gossip, there are $k$ pieces of information (or tokens) that are initially present in some nodes and the problem is to disseminate the $k$ tokens to all nodes. The goal is to accomplish the task in as few rounds of distributed computation as possible. The problem… ▽ More

    Submitted 1 December, 2011; originally announced December 2011.

    Comments: 18 pages

    MSC Class: 68Q85; 68Q25; 68M12; 68M14 ACM Class: G.2.2; G.2.3; C.2.2; C.2.4

  25. arXiv:1111.4766  [pdf, other

    cs.DS

    On Strong Graph Partitions and Universal Steiner Trees

    Authors: Costas Busch, Chinmoy Dutta, Jaikumar Radhakrishnan, Rajmohan Rajaraman, Srivathsan Srinivasagopalan

    Abstract: We study the problem of constructing universal Steiner trees for undirected graphs. Given a graph $G$ and a root node $r$, we seek a single spanning tree $T$ of minimum {\em stretch}, where the stretch of $T$ is defined to be the maximum ratio, over all terminal sets $X$, of the cost of the minimal sub-tree $T_X$ of $T$ that connects $X$ to $r$ to the cost of an optimal Steiner tree connecting… ▽ More

    Submitted 1 March, 2015; v1 submitted 21 November, 2011; originally announced November 2011.

    MSC Class: 05C85; 68W25 ACM Class: G.2.2; F.2.2

  26. Dislocation Driven Chromium Precipitation in Fe-9Cr Binary Alloy: A Positron Lifetime Study

    Authors: S. Hari Babu, R. Rajaraman, G. Amarendra, R. Govindaraj, N. P. Lalla, Arup Dasgupta, Gopal Bhalerao, C. S. Sundar

    Abstract: The influence of initial heat treatment on anomalous Cr precipitation within high temperature solubility region in Fe-9Cr alloy has been investigated using positron lifetime studies. Air-quenched samples with pre-existing dislocations exhibited a distinct annealing stage in positron lifetime between 800 and 1100 K corresponding to Cr-precipitation. During this stage, Transmission Electron Microsco… ▽ More

    Submitted 12 September, 2011; v1 submitted 30 May, 2011; originally announced May 2011.

    Comments: Revised version Submitted to Phys. Rev. B

    Report number: IGC/MSG/JNL/2011/60

  27. arXiv:1007.2694  [pdf, other

    cs.GT

    Cache Me If You Can: Capacitated Selfish Replication Games in Networks

    Authors: Ragavendran Gopalakrishnan, Dimitrios Kanoulas, Naga Naresh Karuturi, C. Pandu Rangan, Rajmohan Rajaraman, Ravi Sundaram

    Abstract: In Peer-to-Peer (P2P) network systems, content (object) delivery between nodes is often required. One way to study such a distributed system is by defining games, which involve selfish nodes that make strategic choices on replicating content in their local limited memory (cache) or accessing content from other nodes for a cost. These Selfish Replication games have been introduced in [8] for nodes… ▽ More

    Submitted 21 June, 2019; v1 submitted 16 July, 2010; originally announced July 2010.

    Comments: *Dimitrios Kanoulas: corresponding author

  28. arXiv:0904.4061  [pdf, other

    cs.DS

    Approximation Algorithms for Key Management in Secure Multicast

    Authors: Agnes Chan, Rajmohan Rajaraman, Zhifeng Sun, Feng Zhu

    Abstract: Many data dissemination and publish-subscribe systems that guarantee the privacy and authenticity of the participants rely on symmetric key cryptography. An important problem in such a system is to maintain the shared group key as the group membership changes. We consider the problem of determining a key hierarchy that minimizes the average communication cost of an update, given update frequenci… ▽ More

    Submitted 27 April, 2009; originally announced April 2009.

    Comments: COCOON 2009

  29. arXiv:0904.1435  [pdf, other

    cs.CC cs.GT

    Reducibility Among Fractional Stability Problems

    Authors: Shiva Kintali, Laura J. Poplawski, Rajmohan Rajaraman, Ravi Sundaram, Shang-Hua Teng

    Abstract: In this paper, we resolve the computational complexity of a number of outstanding open problems with practical applications. Here is the list of problems we show to be PPAD-complete, along with the domains of practical significance: Fractional Stable Paths Problem (FSPP) [21] - Internet routing; Core of Balanced Games [41] - Economics and Game theory; Scarf's Lemma [41] - Combinatorics; Hypergra… ▽ More

    Submitted 8 April, 2009; originally announced April 2009.

  30. arXiv:0812.0598  [pdf, other

    cs.GT cs.DS

    Preference Games and Personalized Equilibria, with Applications to Fractional BGP

    Authors: Laura J. Poplawski, Rajmohan Rajaraman, Ravi Sundaram, Shang-Hua Teng

    Abstract: We study the complexity of computing equilibria in two classes of network games based on flows - fractional BGP (Border Gateway Protocol) games and fractional BBC (Bounded Budget Connection) games. BGP is the glue that holds the Internet together and hence its stability, i.e. the equilibria of fractional BGP games (Haxell, Wilfong), is a matter of practical importance. BBC games (Laoutaris et al… ▽ More

    Submitted 5 December, 2008; v1 submitted 2 December, 2008; originally announced December 2008.

    Comments: 25 pages, 3 figures, v2: minor editorial changes

    ACM Class: F.2.2; G.2.2

  31. arXiv:0806.1727  [pdf, ps, other

    cs.GT cs.NI

    Bounded Budget Connection (BBC) Games or How to make friends and influence people, on a budget

    Authors: Nikolaos Laoutaris, Laura J. Poplawski, Rajmohan Rajaraman, Ravi Sundaram, Shang-Hua Teng

    Abstract: Motivated by applications in social networks, peer-to-peer and overlay networks, we define and study the Bounded Budget Connection (BBC) game - we have a collection of n players or nodes each of whom has a budget for purchasing links; each link has a cost as well as a length and each node has a set of preference weights for each of the remaining nodes; the objective of each node is to use its bu… ▽ More

    Submitted 10 June, 2008; originally announced June 2008.

    Comments: 20 pages, 10 figures, shorter version in PODC 2008

    ACM Class: F.2.2; G.2.2

  32. arXiv:cs/0703100  [pdf, ps, other

    cs.DC cs.CC cs.DS

    Approximation Algorithms for Multiprocessor Scheduling under Uncertainty

    Authors: Guolong Lin, Rajmohan Rajaraman

    Abstract: Motivated by applications in grid computing and project management, we study multiprocessor scheduling in scenarios where there is uncertainty in the successful execution of jobs when assigned to processors. We consider the problem of multiprocessor scheduling under uncertainty, in which we are given n unit-time jobs and m machines, a directed acyclic graph C giving the dependencies among the jo… ▽ More

    Submitted 21 March, 2007; originally announced March 2007.

    Comments: 12 pages, 2 encapsulated postscript figures

  33. arXiv:cs/0701071  [pdf, ps, other

    cs.GT

    A bounded-degree network formation game

    Authors: Nikolaos Laoutaris, Rajmohan Rajaraman, Ravi Sundaram, Shang-Hua Teng

    Abstract: Motivated by applications in peer-to-peer and overlay networks we define and study the \emph{Bounded Degree Network Formation} (BDNF) game. In an $(n,k)$-BDNF game, we are given $n$ nodes, a bound $k$ on the out-degree of each node, and a weight $w_{vu}$ for each ordered pair $(v,u)$ representing the traffic rate from node $v$ to node $u$. Each node $v$ uses up to $k$ directed links to connect t… ▽ More

    Submitted 23 August, 2007; v1 submitted 10 January, 2007; originally announced January 2007.

  34. CP_N Solitons in Quantum Hall Systems

    Authors: R. Rajaraman

    Abstract: We will present here an elementary pedagogical introduction to $CP_N$ solitons in quantum Hall systems. We begin with a brief introduction to both $CP_N$ models and to quantum Hall (QH) physics. Then we focus on spin and layer-spin degrees of freedom in QH systems and point out that these are in fact $CP_N$ fields for N=1 and N=3. Excitations in these degrees of freedom will be shown to be topol… ▽ More

    Submitted 29 December, 2001; originally announced December 2001.

    Comments: Standard revtex format, 18 pages, no figures

  35. arXiv:cond-mat/0103366  [pdf, ps, other

    cond-mat.mes-hall

    Fractional Charge

    Authors: R. Rajaraman

    Abstract: The origin and quantum status of Fractional Charge in polyacetylne and field theory are reviewed, along with reminiscences of collaboration with John Bell on the subject.

    Submitted 17 March, 2001; originally announced March 2001.

    Comments: Standard revtex format, 23 pages, no figures [ Invited Lecture at the International Conference "Quantum (Un)speakables" in honour of John Bell, held at Vienna, November 10-14, 2000. ]

  36. arXiv:cond-mat/0008208  [pdf, ps, other

    cond-mat.soft cond-mat.stat-mech physics.plasm-ph

    Effective attraction between like-charged colloids in a 2D plasma

    Authors: Ning Ma, S. M. Girvin, R. Rajaraman

    Abstract: The existence of attractions between like-charged colloids immersed in ionic solution have been discovered in recent experiments. This phenomenon contradicts the predictions of DLVO theory and indicates a failure of mean field theory. We study a toy model based on a two dimensional one-component plasma, which is exactly soluble at one particular coupling constant. We show that colloidal interact… ▽ More

    Submitted 14 August, 2000; originally announced August 2000.

    Comments: 14 pages, 14 figures, submit to PRE

  37. Quantum Hall Solitons with Intertwined Spin and Pseudospin at $ν= \ 1$

    Authors: Sankalpa Ghosh, R. Rajaraman

    Abstract: In this paper we study in detail different types of topological solitons which are possible in bilayer quantum Hall systems at filling fraction $ν=1$ when spin degrees of freedom are included. Starting from a microscopic Hamiltonian we derive an effective energy functional for studying such excitations. The gauge invariance and $CP^{3}$ character of this energy fuctional and their consequences a… ▽ More

    Submitted 31 July, 2000; v1 submitted 17 January, 2000; originally announced January 2000.

    Comments: Revised version with more numerical results one more figure and table added. Total 32 pages,6 Postscript figures. Correspondence to [email protected]

    Journal ref: Phys. Rev. B63,035304(2001)

  38. Broken Symmetry Ground States in ν=2 Bilayer Quantum Hall Systems

    Authors: A. H. MacDonald, R. Rajaraman, T. Jungwirth

    Abstract: We report on a study of a bilayer two-dimensional electron gas at Landau level filling factor $ν=2$. The system exhibits both magnetic and spontaneous interlayer phase coherence broken symmetries. We propose a 3-parameter Slater determinant variational wavefunction which describes the ground state over the full range of bias potential ($Δ_V$) Zeeman coupling ($Δ_z$) and interlayer tunneling ampl… ▽ More

    Submitted 20 March, 1999; originally announced March 1999.

    Comments: 26 pages, 8 figures, submitted to Phys. Rev. B

  39. Bimerons in Double Layer Quantum Hall Systems

    Authors: Sankalpa Ghosh, R. Rajaraman

    Abstract: In this paper we discuss bimeron pseudo spin textures for double layer quantum hall systems with filling factor $ν=1$. Bimerons are excitations corresponding to bound pairs of merons and anti-merons. Bimeron solutions have already been studied at great length by other groups by minimising the microsopic Hamiltonian between microscopic trial wavefunctions. Here we calculate them by numerically… ▽ More

    Submitted 20 July, 1998; originally announced July 1998.

    Comments: 8 ps figures included; to be published in IJMPB

  40. Meron Pseudospin Solutions in Quantum Hall Systems

    Authors: Sankalpa Ghosh, R. Rajaraman

    Abstract: In this paper we report calculations of some pseudospin textures for bilayer quantum hall systems with filling factor $ ν=1$. The textures we study are isolated single meron solutions. Meron solutions have already been studied at great length by others by minimising the microscopic Hamiltonian between microscopic trial wavefunctions. Our approach is somewhat different. We calculate them by numer… ▽ More

    Submitted 14 November, 1997; originally announced November 1997.

    Comments: 17 pages Revtex+ 4 Postscript figures; To appear in Int. J. Mod. Phys.B

  41. Generalised Chern-Simons Theory of Composite Fermions in Bilayer Hall Systems

    Authors: R. Rajaraman

    Abstract: We present a field theory of Jain's composite fermion model as generalised to the bilayer quantum Hall systems. We define operators which create composite fermions and write the Hamiltonian exactly in terms of these operators. This is seen to be a complexified version of the familiar Chern Simons theory. In the mean-field approximation, the composite fermions feel a modified effective magnetic f… ▽ More

    Submitted 10 February, 1997; originally announced February 1997.

    Comments: Revtex file; 20 pages after processing; no figures

  42. arXiv:cond-mat/9605122  [pdf, ps, other

    cond-mat

    Umklapp Processes for Electrons and Their Renormalisation Group Flow

    Authors: Deepak Kumar, R. Rajaraman

    Abstract: We study Umklapp couplings and their renormalisation group flow for electrons in a two dimensional lattice. It is shown that the effective low energy Hamiltonian involves not only forward scattering, but also considerable nonforward umklapp scattering, when the electrons fill a substantial fraction of the valence band. The behaviour of these couplings under renormalisation group is studied. It i… ▽ More

    Submitted 20 May, 1996; originally announced May 1996.

    Comments: Style : Revtex ; There are five figures, not included in this file, but very important for following the arguments of the paper. They will be provided by fax on request

  43. A Field Theory for the Read Operator

    Authors: R. Rajaraman, S. L. Sondhi

    Abstract: We introduce a new field theory for studying quantum Hall systems. The quantum field is a modified version of the bosonic operator introduced by Read. In contrast to Read's original work we do {\em not} work in the lowest Landau level alone, and this leads to a much simpler formalism. We identify an appropriate canonical conjugate field, and write a Hamiltonian that governs the exact dynamics of… ▽ More

    Submitted 25 January, 1996; originally announced January 1996.

    Comments: 15 pages, Revtex 3.0

  44. Landau Level Mixing and Solenoidal Terms in Lowest Landau Level Currents

    Authors: R. Rajaraman, S. L. Sondhi

    Abstract: We calculate the lowest Landau level (LLL) current by working in the full Hilbert space of a two dimensional electron system in a magnetic field and kee** all the non-vanishing terms in the high field limit. The answer a) is not represented by a simple LLL operator and b) differs from the current operator, recently derived by Martinez and Stone in a field theoretic LLL formalism, by solenoidal… ▽ More

    Submitted 3 June, 1994; originally announced June 1994.

    Comments: 12 pages + 2 figures, Revtex 3.0, UIUC preprint P-94-04-029, (to appear in Mod. Phys. Lett. B)

  45. Chiral Vertex Operators in Off-Conformal Theory: The Sine-Gordon Example

    Authors: Shau-** Chang, R. Rajaraman

    Abstract: We study chiral vertex operators in the sine-Gordon [SG] theory, viewed as an off-conformal system. We find that these operators, which would have been primary fields in the conformal limit, have interesting and, in some ways, unexpected properties in the SG model. Some of them continue to have scale- invariant dynamics even in the presence of the non-conformal cosine interaction. For instance,… ▽ More

    Submitted 18 November, 1993; originally announced November 1993.

    Comments: 32 pages, Univ. of Illinois Preprint # ILL-(TH)-93-19

    Journal ref: Phys.Rev. D53 (1996) 2102-2114