-
Comment on "Superconductivity and Mott Physics in Organic Charge Transfer Materials"
Authors:
Rupali Jindal,
Sumit Mazumdar,
R. Torsten Clay
Abstract:
Menke et al. recently claimed that superconductivity (SC) in the $κ$-phase organic charge-transfer solids (CTS) can be understood within the two-dimensional half-filled anisotropic triangular-lattice Hubbard model. Experimentally, $κ$-CTS are mostly but not always antiferromagnetic (AFM) at ambient pressure and SC appears under pressure. In apparent agreement with this observation, Menke et al. fo…
▽ More
Menke et al. recently claimed that superconductivity (SC) in the $κ$-phase organic charge-transfer solids (CTS) can be understood within the two-dimensional half-filled anisotropic triangular-lattice Hubbard model. Experimentally, $κ$-CTS are mostly but not always antiferromagnetic (AFM) at ambient pressure and SC appears under pressure. In apparent agreement with this observation, Menke et al. found AFM ground states for small $t/U$ and SC over a small region at the interface of AFM and Fermi liquid ground states with increasing $t/U$ at fixed $t'/t$, where $U$ is the Hubbard repulsion. Menke et al's computational results directly contradict those obtained using exact diagonalization and Path Integral Renormalization Group approaches. It is clearly of interest to determine the origin of this discrepancy, especially in view of the facts that (a) related arguments continue to persist in the context of cuprate SC superconductivity (which however involves doping), and (b) there exist CTS in which SC is not proximate to AFM, but is separated by an intermediate charge-disproportionated phase. Here we show that Menke et al's conclusion regarding SC is incorrect and originates from a flawed assumption.
△ Less
Submitted 25 April, 2025;
originally announced April 2025.
-
Exciton Basis Description of Ultrafast Triplet Separation in Pentacene-(Tetracene)2-Pentacene Intramolecular Singlet Fission Chromophore
Authors:
Arifa Nazir,
Alok Shukla,
Sumit Mazumdar
Abstract:
Precise understanding of the electronic structures of optically dark triplet-triplet multiexcitons that are the intermediate states in singlet fission (SF) continues to be a challenge. This is particularly true for intramolecular singlet fission (iSF) chromophores, that are oligomers of large monomer molecules. We have performed quantum many-body calculations of the complete set of excited states…
▽ More
Precise understanding of the electronic structures of optically dark triplet-triplet multiexcitons that are the intermediate states in singlet fission (SF) continues to be a challenge. This is particularly true for intramolecular singlet fission (iSF) chromophores, that are oligomers of large monomer molecules. We have performed quantum many-body calculations of the complete set of excited states relevant to iSF in Pentacene-(Tetracene)2-Pentacene oligomers, consisting of two terminal pentacene monomers linked by two tetracene monomers. Our computations use an exciton basis that gives physical pictorial descriptions of all eigenstates, and are performed over an active space of twenty-eight monomer molecular orbitals, including configuration interaction with all relevant quadruple excitations within the active space, thereby ensuring very high precision. We discuss the many-electron structures of the optical predominantly intramonomer spin-singlets, intermonomer charge-transfer excitations, and most importantly, the complete set of low energy covalent triplet-triplet multiexcitons. We are able to explain the weak binding energy of the pentacene-tetracene triplet-triplet eigenstate that is generated following photoexcitation. We explain the increase in lifetime with increasing numbers of tetracene monomers of the transient absorption associated with contiguous pentacene-tetracene triplet-triplet in this family of oligomers. We are consequently able to give a pictorial description of the triplet separation following generation of the initial triplet-triplet, leading to a state with individual triplets occupying only the two pentacene monomers. We expect many applications of our theoretical approach to triplet separation.
△ Less
Submitted 2 May, 2025; v1 submitted 23 April, 2025;
originally announced April 2025.
-
ScaloWork: Useful Proof-of-Work with Distributed Pool Mining
Authors:
Diptendu Chatterjee,
Avishek Majumder,
Subhra Mazumdar
Abstract:
Bitcoin blockchain uses hash-based Proof-of-Work (PoW) that prevents unwanted participants from hogging the network resources. Anyone entering the mining game has to prove that they have expended a specific amount of computational power. However, the most popular Bitcoin blockchain consumes 175.87 TWh of electrical energy annually, and most of this energy is wasted on hash calculations, which serv…
▽ More
Bitcoin blockchain uses hash-based Proof-of-Work (PoW) that prevents unwanted participants from hogging the network resources. Anyone entering the mining game has to prove that they have expended a specific amount of computational power. However, the most popular Bitcoin blockchain consumes 175.87 TWh of electrical energy annually, and most of this energy is wasted on hash calculations, which serve no additional purpose. Several studies have explored re-purposing the wasted energy by replacing the hash function with meaningful computational problems that have practical applications. Minimum Dominating Set (MDS) in networks has numerous real-life applications. Building on this concept, Chrisimos [TrustCom '23] was proposed to replace hash-based PoW with the computation of a dominating set on real-life graph instances. However, Chrisimos has several drawbacks regarding efficiency and solution quality. This work presents a new framework for Useful PoW, ScaloWork, that decides the block proposer for the Bitcoin blockchain based on the solution for the dominating set problem. ScaloWork relies on the property of graph isomorphism and guarantees solution extractability. We also propose a distributed approach for calculating the dominating set, allowing miners to collaborate in a pool. This enables ScaloWork to handle larger graphs relevant to real-life applications, thereby enhancing scalability. Our framework also eliminates the problem of free-riders, ensuring fairness in the distribution of block rewards. We perform a detailed security analysis of our framework and prove our scheme as secure as hash-based PoW. We implement a prototype of our framework, and the results show that our system outperforms Chrisimos in all aspects.
△ Less
Submitted 19 April, 2025;
originally announced April 2025.
-
Static Program Analysis Guided LLM Based Unit Test Generation
Authors:
Sujoy Roychowdhury,
Giriprasad Sridhara,
A K Raghavan,
Joy Bose,
Sourav Mazumdar,
Hamender Singh,
Srinivasan Bajji Sugumaran,
Ricardo Britto
Abstract:
We describe a novel approach to automating unit test generation for Java methods using large language models (LLMs). Existing LLM-based approaches rely on sample usage(s) of the method to test (focal method) and/or provide the entire class of the focal method as input prompt and context. The former approach is often not viable due to the lack of sample usages, especially for newly written focal me…
▽ More
We describe a novel approach to automating unit test generation for Java methods using large language models (LLMs). Existing LLM-based approaches rely on sample usage(s) of the method to test (focal method) and/or provide the entire class of the focal method as input prompt and context. The former approach is often not viable due to the lack of sample usages, especially for newly written focal methods. The latter approach does not scale well enough; the bigger the complexity of the focal method and larger associated class, the harder it is to produce adequate test code (due to factors such as exceeding the prompt and context lengths of the underlying LLM). We show that augmenting prompts with \emph{concise} and \emph{precise} context information obtained by program analysis %of the focal method increases the effectiveness of generating unit test code through LLMs. We validate our approach on a large commercial Java project and a popular open-source Java project.
△ Less
Submitted 7 March, 2025;
originally announced March 2025.
-
Computational Demonstrations of Density Wave of Cooper Pairs and Paired-Electron Liquid in the Quarter-Filled Band -- a Brief Review
Authors:
Sumit Mazumdar,
R. Torsten Clay
Abstract:
There has been strong interest recently in the so-called Cooper pair density wave, subsequent to the proposition that such a state occurs in the hole-doped cuprate superconductors. As of now there is no convincing demonstration of such a state in the cuprate theoretical literature. We present here a brief but complete review of our theoretical and computational work on the paired-electron crystal…
▽ More
There has been strong interest recently in the so-called Cooper pair density wave, subsequent to the proposition that such a state occurs in the hole-doped cuprate superconductors. As of now there is no convincing demonstration of such a state in the cuprate theoretical literature. We present here a brief but complete review of our theoretical and computational work on the paired-electron crystal (PEC), which has been also experimentally seen in the insulating phase proximate to superconductivity (SC) in organic charge-transfer solid (CTS) superconductors. Within our theory, SC in the CTS does indeed evolve from the PEC. A crucial requirement for the finding of the PEC is that the proper carrier density of one charge carrier per two sites is taken into consideration at the outset. Following the discussion of CTS superconductors, we briefly discuss how the theory can be extended to understand the phase diagram of the cuprate superconductors that has remained mysterious after nearly four decades of the discovery of SC in this family.
△ Less
Submitted 21 June, 2024;
originally announced June 2024.
-
Digital Health and Indoor Air Quality: An IoT-Driven Human-Centred Visualisation Platform for Behavioural Change and Technology Acceptance
Authors:
Rameez Raja Kureshi,
Bhupesh Kumar Mishra,
Dhavalkumar Thakker,
Suvodeep Mazumdar,
Xiao Li
Abstract:
The detrimental effects of air pollutants on human health have prompted increasing concerns regarding indoor air quality (IAQ). The emergence of digital health interventions and citizen science initiatives has provided new avenues for raising awareness, improving IAQ, and promoting behavioural changes. The Technology Acceptance Model (TAM) offers a theoretical framework to understand user acceptan…
▽ More
The detrimental effects of air pollutants on human health have prompted increasing concerns regarding indoor air quality (IAQ). The emergence of digital health interventions and citizen science initiatives has provided new avenues for raising awareness, improving IAQ, and promoting behavioural changes. The Technology Acceptance Model (TAM) offers a theoretical framework to understand user acceptance and adoption of IAQ technology. This paper presents a case study using the COM-B model and Internet of Things (IoT) technology to design a human-centred digital visualisation platform, leading to behavioural changes and improved IAQ. The study also investigates users' acceptance and adoption of the technology, focusing on their experiences, expectations, and the impact on IAQ. Integrating IAQ sensing, digital health-related interventions, citizen science, and the TAM model offers opportunities to address IAQ challenges, enhance public health, and foster sustainable indoor environments. The analytical results show that factors such as human behaviour, indoor activities, and awareness play crucial roles in shaping IAQ.
△ Less
Submitted 20 May, 2024;
originally announced May 2024.
-
An Experiment on Feature Selection using Logistic Regression
Authors:
Raisa Islam,
Subhasish Mazumdar,
Rakibul Islam
Abstract:
In supervised machine learning, feature selection plays a very important role by potentially enhancing explainability and performance as measured by computing time and accuracy-related metrics. In this paper, we investigate a method for feature selection based on the well-known L1 and L2 regularization strategies associated with logistic regression (LR). It is well known that the learned coefficie…
▽ More
In supervised machine learning, feature selection plays a very important role by potentially enhancing explainability and performance as measured by computing time and accuracy-related metrics. In this paper, we investigate a method for feature selection based on the well-known L1 and L2 regularization strategies associated with logistic regression (LR). It is well known that the learned coefficients, which serve as weights, can be used to rank the features. Our approach is to synthesize the findings of L1 and L2 regularization. For our experiment, we chose the CIC-IDS2018 dataset owing partly to its size and also to the existence of two problematic classes that are hard to separate. We report first with the exclusion of one of them and then with its inclusion. We ranked features first with L1 and then with L2, and then compared logistic regression with L1 (LR+L1) against that with L2 (LR+L2) by varying the sizes of the feature sets for each of the two rankings. We found no significant difference in accuracy between the two methods once the feature set is selected. We chose a synthesis, i.e., only those features that were present in both the sets obtained from L1 and that from L2, and experimented with it on more complex models like Decision Tree and Random Forest and observed that the accuracy was very close in spite of the small size of the feature set. Additionally, we also report on the standard metrics: accuracy, precision, recall, and f1-score.
△ Less
Submitted 31 January, 2024;
originally announced February 2024.
-
Distinct contiguous versus separated triplet-pair multiexcitons in an intramolecular singlet fission chromophore
Authors:
R. Chesler,
P. Bhattacharyya,
A. Shukla,
S. Mazumdar
Abstract:
We show from many-body quantum mechanical calculations that there occur structurally distinct triplet-pair eigenstates in the intramolecular singlet fission (iSF) compound pentacene-tetracene-pentacene. Triplet excitons occupy neigboring pentacene and tetracene monomers in the higher energy doubly degenerate triplet-triplet multiexcitons, and terminal pentacene chromophores in the lower energy mul…
▽ More
We show from many-body quantum mechanical calculations that there occur structurally distinct triplet-pair eigenstates in the intramolecular singlet fission (iSF) compound pentacene-tetracene-pentacene. Triplet excitons occupy neigboring pentacene and tetracene monomers in the higher energy doubly degenerate triplet-triplet multiexcitons, and terminal pentacene chromophores in the lower energy multiexciton. The lowest energy multiexciton is reached by ultrafast triplet migration within the triplet-triplet manifold, a result with profound implication for the design of superior iSF compounds.
△ Less
Submitted 26 October, 2023;
originally announced October 2023.
-
Chrisimos: A useful Proof-of-Work for finding Minimal Dominating Set of a graph
Authors:
Diptendu Chatterjee,
Prabal Banerjee,
Subhra Mazumdar
Abstract:
Hash-based Proof-of-Work (PoW) used in the Bitcoin Blockchain leads to high energy consumption and resource wastage. In this paper, we aim to re-purpose the energy by replacing the hash function with real-life problems having commercial utility. We propose Chrisimos, a useful Proof-of-Work where miners are required to find a minimal dominating set for real-life graph instances. A miner who is able…
▽ More
Hash-based Proof-of-Work (PoW) used in the Bitcoin Blockchain leads to high energy consumption and resource wastage. In this paper, we aim to re-purpose the energy by replacing the hash function with real-life problems having commercial utility. We propose Chrisimos, a useful Proof-of-Work where miners are required to find a minimal dominating set for real-life graph instances. A miner who is able to output the smallest dominating set for the given graph within the block interval time wins the mining game. We also propose a new chain selection rule that ensures the security of the scheme. Thus our protocol also realizes a decentralized minimal dominating set solver for any graph instance. We provide formal proof of correctness and show via experimental results that the block interval time is within feasible bounds of hash-based PoW.
△ Less
Submitted 13 September, 2023; v1 submitted 8 August, 2023;
originally announced August 2023.
-
ChatGPT: A Study on its Utility for Ubiquitous Software Engineering Tasks
Authors:
Giriprasad Sridhara,
Ranjani H. G.,
Sourav Mazumdar
Abstract:
ChatGPT (Chat Generative Pre-trained Transformer) is a chatbot launched by OpenAI on November 30, 2022. OpenAI's GPT-3 family of large language models serve as the foundation for ChatGPT. ChatGPT is fine-tuned with both supervised and reinforcement learning techniques and has received widespread attention for its articulate responses across diverse domains of knowledge. In this study, we explore h…
▽ More
ChatGPT (Chat Generative Pre-trained Transformer) is a chatbot launched by OpenAI on November 30, 2022. OpenAI's GPT-3 family of large language models serve as the foundation for ChatGPT. ChatGPT is fine-tuned with both supervised and reinforcement learning techniques and has received widespread attention for its articulate responses across diverse domains of knowledge. In this study, we explore how ChatGPT can be used to help with common software engineering tasks. Many of the ubiquitous tasks covering the breadth of software engineering such as ambiguity resolution in software requirements, method name suggestion, test case prioritization, code review, log summarization can potentially be performed using ChatGPT. In this study, we explore fifteen common software engineering tasks using ChatGPT. We juxtapose and analyze ChatGPT's answers with the respective state of the art outputs (where available) and/or human expert ground truth. Our experiments suggest that for many tasks, ChatGPT does perform credibly and the response from it is detailed and often better than the human expert output or the state of the art output. However, for a few other tasks, ChatGPT in its present form provides incorrect answers and hence is not suited for such tasks.
△ Less
Submitted 26 May, 2023;
originally announced May 2023.
-
Classical observables from partial wave amplitudes
Authors:
Hojin Lee,
Sangmin Lee,
Subhajit Mazumdar
Abstract:
We study the formalism of Kosower-Maybee-O'Connell (KMOC) to extract classical impulse from quantum amplitude in the context of the partial wave expansion of a 2-to-2 elastic scattering. We take two complementary approaches to establish the connection. The first one takes advantage of Clebsch-Gordan relations for the base amplitudes of the partial wave expansion. The second one is a novel adaptati…
▽ More
We study the formalism of Kosower-Maybee-O'Connell (KMOC) to extract classical impulse from quantum amplitude in the context of the partial wave expansion of a 2-to-2 elastic scattering. We take two complementary approaches to establish the connection. The first one takes advantage of Clebsch-Gordan relations for the base amplitudes of the partial wave expansion. The second one is a novel adaptation of the traditional saddle point approximation in the semi-classical limit. In the former, an interference between the S-matrix and its conjugate leads to a large degree of cancellation such that the saddle point approximation to handle a rapidly oscillating integral is no longer needed. As an example with a non-orbital angular momentum, we apply our methods to the charge-monopole scattering problem in the probe limit and reproduce both of the two angles characterizing the classical scattering. A spinor basis for the partial wave expansion, a non-relativistic avatar of the spinor-helicity variables, plays a crucial role throughout our computations.
△ Less
Submitted 14 June, 2023; v1 submitted 14 March, 2023;
originally announced March 2023.
-
Doping asymmetry in the three-band Hamiltonian for cuprate ladders: failure of the standard model of superconductivity in cuprates
Authors:
Jeong-Pil Song,
Sumit Mazumdar,
R. Torsten Clay
Abstract:
The relevance of the single-band two-dimensional Hubbard model to superconductivity in the doped cuprates has recently been questioned, based on Density matrix Renormalization Group (DMRG) computations on extended t-J models that found superconductivity over unrealistically broad doping region upon electron-doping, yet complete absence of superconductivity for hole-doping. We report very similar r…
▽ More
The relevance of the single-band two-dimensional Hubbard model to superconductivity in the doped cuprates has recently been questioned, based on Density matrix Renormalization Group (DMRG) computations on extended t-J models that found superconductivity over unrealistically broad doping region upon electron-doping, yet complete absence of superconductivity for hole-doping. We report very similar results from DMRG calculations on Cu$_2$O$_3$ two-leg ladder within the parent three-band correlated-electron Hamiltonian. The strong asymmetry found in our calculations are in contradiction to the deep and profound symmetry between electron- and hole-doped cuprate superconductors, apart from their critical temperatures, that has been found from recent experiments.
△ Less
Submitted 28 June, 2023; v1 submitted 16 February, 2023;
originally announced February 2023.
-
Towards faster settlement in HTLC-based Cross-Chain Atomic Swaps
Authors:
Subhra Mazumdar
Abstract:
Hashed Timelock (HTLC)-based atomic swap protocols enable the exchange of coins between two or more parties without relying on a trusted entity. This protocol is like the American call option without premium. It allows the finalization of a deal within a certain period. This puts the swap initiator at liberty to delay before deciding to proceed with the deal. If she finds the deal unprofitable, sh…
▽ More
Hashed Timelock (HTLC)-based atomic swap protocols enable the exchange of coins between two or more parties without relying on a trusted entity. This protocol is like the American call option without premium. It allows the finalization of a deal within a certain period. This puts the swap initiator at liberty to delay before deciding to proceed with the deal. If she finds the deal unprofitable, she just waits for the time-period of the contract to elapse. However, the counterparty is at a loss since his assets remain locked in the contract. The best he can do is to predict the initiator's behavior based on the asset's price fluctuation in the future. But it is difficult to predict as cryptocurrencies are quite volatile, and their price fluctuates abruptly. We perform a game theoretic analysis of HTLC-based atomic cross-chain swap to predict whether a swap will succeed or not. From the strategic behavior of the players, we infer that this model lacks fairness. We propose Quick Swap, a two-party protocol based on hashlock and timelock that fosters faster settlement of the swap. The parties are required to lock griefing-premium along with the principal amount. If the party griefs, he ends up paying the griefing-premium. If a party finds a deal unfavorable, he has the provision to cancel the swap. We prove that Quick Swap is more participant-friendly than HTLC-based atomic swap. Our work is the first to propose a protocol to ensure fairness of atomic-swap in a cyclic multi-party setting.
△ Less
Submitted 28 November, 2022;
originally announced November 2022.
-
Sharp quantitative stability of Struwe's decomposition of the Poincaré-Sobolev inequalities on the hyperbolic space: Part I
Authors:
Mousomi Bhakta,
Debdip Ganguly,
Debabrata Karmakar,
Saikat Mazumdar
Abstract:
A classical result owing to Mancini and Sandeep [Ann. Sc. Norm. Super. Pisa Cl. Sci. 7 (2008)] asserts that all positive solutions of the Poincaré-Sobolev equation on the hyperbolic space $$ -Δ_{\mathbb{B}^n} u-λu = |u|^{p-1}u, \quad u\in H^1(\mathbb{B}^n), $$ are unique up to hyperbolic isometries where $n \geq 3,$ $1 < p \leq \frac{n+2}{n-2} $ and $λ\leq \frac{(n-1)^2}{4}.$ We prove under certai…
▽ More
A classical result owing to Mancini and Sandeep [Ann. Sc. Norm. Super. Pisa Cl. Sci. 7 (2008)] asserts that all positive solutions of the Poincaré-Sobolev equation on the hyperbolic space $$ -Δ_{\mathbb{B}^n} u-λu = |u|^{p-1}u, \quad u\in H^1(\mathbb{B}^n), $$ are unique up to hyperbolic isometries where $n \geq 3,$ $1 < p \leq \frac{n+2}{n-2} $ and $λ\leq \frac{(n-1)^2}{4}.$ We prove under certain bounds on $\|\nabla u \|_{L^2(\mathbb{B}^n)}$ the inequality $$ δ(u) \lesssim \|Δ_{\mathbb{B}^n} u+ λu + u^{p}\|_{H^{-1}}, $$
holds whenever $p >2$ and hence forcing the dimensional restriction $3 \leq n \leq 5,$ where $δ(u)$ denotes the $H^1$ distance of $u$ from the manifold of sums of hyperbolic bubbles. Moreover, it fails for any $n \geq 3$ and $p \in (1,2].$ This strengthens the phenomenon observed in the Euclidean case that the (linear) quantitative stability estimate depends only on whether the exponent $p$ is $>2$ or $\leq 2$. In the critical case, our dimensional constraint coincides with the seminal result of Figalli and Glaudo [Arch. Ration. Mech. Anal, 237 (2020)] but we notice a striking dependence on the exponent $p$ in the subcritical regime as well which is not present in the flat case. Our technique is an amalgamation of Figalli and Glaudo's method and builds upon a series of new and novel estimates on the interaction of hyperbolic bubbles and their derivatives and improved eigenfunction integrability estimates. Since the conformal group coincides with the isometry group of the hyperbolic space, we perceive a remarkable distinction in arguments and techniques to achieve our main results compared to that of the Euclidean case.
△ Less
Submitted 21 April, 2023; v1 submitted 26 November, 2022;
originally announced November 2022.
-
Sharp quantitative stability of Poincare-Sobolev inequality in the hyperbolic space and applications to fast diffusion flows
Authors:
Mousomi Bhakta,
Debdip Ganguly,
Debabrata Karmakar,
Saikat Mazumdar
Abstract:
Consider the Poincaré-Sobolev inequality on the hyperbolic space: for every $n \geq 3$ and $1 < p \leq \frac{n+2}{n-2},$ there exists a best constant $S_{n,p, λ}(\mathbb{B}^{n})>0$ such that…
▽ More
Consider the Poincaré-Sobolev inequality on the hyperbolic space: for every $n \geq 3$ and $1 < p \leq \frac{n+2}{n-2},$ there exists a best constant $S_{n,p, λ}(\mathbb{B}^{n})>0$ such that $$S_{n, p, λ}(\mathbb{B}^{n})\left(~\int \limits_{\mathbb{B}^{n}}|u|^{p+1} \, {\rm d}v_{\mathbb{B}^n} \right)^{\frac{2}{p+1}}
\leq\int \limits_{\mathbb{B}^{n}}\left(|\nabla_{\mathbb{B}^{n}}u|^{2}-λu^{2}\right) \, {\rm d}v_{\mathbb{B}^n},$$ holds for all $u\in C_c^{\infty}(\mathbb{B}^n),$ and $λ\leq \frac{(n-1)^2}{4},$ where $\frac{(n-1)^2}{4}$ is the bottom of the $L^2$-spectrum of $-Δ_{\mathbb{B}^n}.$ It is known from the results of Mancini and Sandeep [Ann. Sc. Norm. Super. Pisa Cl. Sci. 7 (2008)] that under appropriate assumptions on $n,p$ and $λ$ there exists an optimizer, unique up to the hyperbolic isometries, attaining the best constant $S_{n,p,λ}(\mathbb{B}^n).$ In this article, we investigate the quantitative gradient stability of the above inequality and the corresponding Euler-Lagrange equation locally around a bubble.
Our result generalizes the sharp quantitative stability of Sobolev inequality in $\mathbb{R}^n$ of Bianchi-Egnell [J. Funct. Anal. 100 (1991)] and Ciraolo-Figalli-Maggi [Int. Math. Res. Not. IMRN 2018] to the Poincaré-Sobolev inequality on the hyperbolic space.
Furthermore, combining our stability results and implementing a refined smoothing estimates, we prove a quantitative extinction rate towards its basin of attraction of the solutions of the sub-critical fast diffusion flow for radial initial data. In another application, we derive sharp quantitative stability of the Hardy-Sobolev-Maz'ya inequalities for the class of functions which are symmetric in the component of singularity.
△ Less
Submitted 22 July, 2022;
originally announced July 2022.
-
Extensions of I-Reversible Rings
Authors:
Vivek Bhabani Lama,
Suhas B N,
Susobhan Mazumdar,
Raisa DSouza
Abstract:
A ring $R$ is said to be i-reversible if for every $a,b$ $\in$ $R$, $ab$ is a non-zero idempotent implies $ba$ is an idempotent. It is known that the rings $M_n(R)$ and $T_n(R)$ (the ring of all upper triangular matrices over $R$) are not i-reversible for $n \geq 3$. In this article, we provide a non-trivial i-reversible subring of $M_n(R)$ when $n \geq 3$ and $R$ has only trivial idempotents. We…
▽ More
A ring $R$ is said to be i-reversible if for every $a,b$ $\in$ $R$, $ab$ is a non-zero idempotent implies $ba$ is an idempotent. It is known that the rings $M_n(R)$ and $T_n(R)$ (the ring of all upper triangular matrices over $R$) are not i-reversible for $n \geq 3$. In this article, we provide a non-trivial i-reversible subring of $M_n(R)$ when $n \geq 3$ and $R$ has only trivial idempotents. We further provide a maximal i-reversible subring of $T_n(R)$ for each $n\geq 3$, if $R$ is a field. We then give conditions for i-reversibility of Trivial, Dorroh and Nagata extensions. Finally, we give some independent sufficient conditions for i-reversibility of polynomial rings, and more generally, of skew polynomial rings.
△ Less
Submitted 21 December, 2022; v1 submitted 15 July, 2022;
originally announced July 2022.
-
Valence Transition Theory of the Pressure-Induced Dimensionality Crossover in Superconducting Sr$_{14-x}$Ca$_x$Cu$_{24}$O$_{41}$
Authors:
Jeong-Pil Song,
R. Torsten Clay,
Sumit Mazumdar
Abstract:
More than three decades after the discovery of superconductivity (SC) in the cuprates, the nature of the "normal" state and the mechanism of SC remain mysterious. One popular theoretical approach has been to treat the CuO$_2$ layer as coupled two-leg one-band Hubbard ladders. In the undoped two-leg ladder spin-singlets occupy ladder rungs, and doped ladders are characterized by superconducting cor…
▽ More
More than three decades after the discovery of superconductivity (SC) in the cuprates, the nature of the "normal" state and the mechanism of SC remain mysterious. One popular theoretical approach has been to treat the CuO$_2$ layer as coupled two-leg one-band Hubbard ladders. In the undoped two-leg ladder spin-singlets occupy ladder rungs, and doped ladders are characterized by superconducting correlations with quasi-long range order (quasi-LRO). Pressure-induced SC in Sr$_{14-x}$Ca$_x$Cu$_{24}$O$_{41}$ (SCCO) has long been explained within one-band ladder theories. The dramatic pressure-driven crossover from quasi one-to-two dimensional (1D-to-2D) transport and the simultaneous vanishing of the spin gap due to ladder singlets in the metallic state preceding SC however lie outside the scope of ladder-based theories. Recent demonstration of rapid decay of superconducting correlations with distance within a realistic multiband model of the cuprate ladder gives additional credence to this viewpoint. Here we show that the assumption of pressure-driven increase in hole concentration in the ladders cannot explain the dimensionality crossover. The dimensionality crossover is due to discrete change in Cu-ion ionicity accompanied by transfer of holes from the Cu to O-ions, leading to "negative charge-transfer gap". Our theory of valence transition driven dimensionality crossover in SCCO provides a generic explanation of the very large increase in charge carrier density at critical doping concentrations in both hole and electron doped layered cuprates We propose a falsifiable experimental test of our theory.
△ Less
Submitted 12 October, 2023; v1 submitted 1 July, 2022;
originally announced July 2022.
-
Regularized phase-space volume for the three-body problem
Authors:
Yogesh Dandekar,
Barak Kol,
Lior Lederer,
Subhajit Mazumdar
Abstract:
The micro-canonical phase-space volume for the three-body problem is an elementary quantity of intrinsic interest, and within the flux-based statistical theory, it sets the scale of the disintegration time. While the bare phase-volume diverges, we show that a regularized version can be defined by subtracting a reference phase-volume, which is associated with hierarchical configurations. The refere…
▽ More
The micro-canonical phase-space volume for the three-body problem is an elementary quantity of intrinsic interest, and within the flux-based statistical theory, it sets the scale of the disintegration time. While the bare phase-volume diverges, we show that a regularized version can be defined by subtracting a reference phase-volume, which is associated with hierarchical configurations. The reference quantity, also known as a counter-term, can be chosen from a 1-parameter class. The regularized phase-volume of a given (negative) total energy, $\barσ(E)$, is evaluated. First, it is reduced to a function of the masses only, which is sensitive to the choice of a regularization scheme only through an additive constant. Then, analytic integration is used to reduce the integration to a sphere, known as shape sphere. Finally, the remaining integral is evaluated numerically, and presented by a contour plot in parameter space. Regularized phase-volumes are presented for both the planar three-body system and the full 3d system. In the test mass limit, the regularized phase-volume is found to become negative, thereby signalling the breakdown of the non-hierarchical statistical theory. This work opens the road to the evaluation of $\barσ(E,L)$, where $L$ is the total angular momentum, and it turn, to comparison with simulation determined disintegration times.
△ Less
Submitted 6 May, 2022;
originally announced May 2022.
-
Strategic Analysis of Griefing Attack in Lightning Network
Authors:
Subhra Mazumdar,
Prabal Banerjee,
Abhinandan Sinha,
Sushmita Ruj,
Bimal Roy
Abstract:
Hashed Timelock Contract (HTLC) in Lightning Network is susceptible to a griefing attack. An attacker can block several channels and stall payments by mounting this attack. A state-of-the-art countermeasure, Hashed Timelock Contract with Griefing-Penalty (HTLC-GP) is found to work under the classical assumption of participants being either honest or malicious but fails for rational participants. T…
▽ More
Hashed Timelock Contract (HTLC) in Lightning Network is susceptible to a griefing attack. An attacker can block several channels and stall payments by mounting this attack. A state-of-the-art countermeasure, Hashed Timelock Contract with Griefing-Penalty (HTLC-GP) is found to work under the classical assumption of participants being either honest or malicious but fails for rational participants. To address the gap, we introduce a game-theoretic model for analyzing griefing attacks in HTLC. We use this model to analyze griefing attacks in HTLC-GP and conjecture that it is impossible to design an efficient protocol that will penalize a malicious participant with the current Bitcoin scripting system. We study the impact of the penalty on the cost of mounting the attack and observe that HTLC-GP is weakly effective in disincentivizing the attacker in certain conditions. To further increase the cost of attack, we introduce the concept of \emph{guaranteed minimum compensation}, denoted as $ζ$, and modify HTLC-GP into $\textrm{HTLC-GP}^ζ$. By experimenting on several instances of Lightning Network, we observe that the total coins locked in the network drops to $28\%$ for $\textrm{HTLC-GP}^ζ$, unlike in HTLC-GP where total coins locked does not drop below $40\%$. These results justify that $\textrm{HTLC-GP}^ζ$ is better than HTLC-GP to counter griefing attacks.
△ Less
Submitted 20 December, 2022; v1 submitted 20 March, 2022;
originally announced March 2022.
-
Non-linear heat equation on the Hyperbolic space: Global existence and finite-time Blow-up
Authors:
Debdip Ganguly,
Debabrata Karmakar,
Saikat Mazumdar
Abstract:
We consider the following Cauchy problem for the semi linear heat equation on the hyperbolic space:
\begin{align}\label{abs:eqn} \left\{\begin{array}{ll} \partial_{t}u=Δ_{\mathbb{H}^{n}} u+ f(u, t) &\hbox{ in }~ \mathbb{H}^{n}\times (0, T),\\ \\ \quad u =u_{0} &\hbox{ in }~ \mathbb{H}^{n}\times \{0\}. \end{array}\right. \end{align}
We study Fujita phenomena for the non-negative initial data…
▽ More
We consider the following Cauchy problem for the semi linear heat equation on the hyperbolic space:
\begin{align}\label{abs:eqn} \left\{\begin{array}{ll} \partial_{t}u=Δ_{\mathbb{H}^{n}} u+ f(u, t) &\hbox{ in }~ \mathbb{H}^{n}\times (0, T),\\ \\ \quad u =u_{0} &\hbox{ in }~ \mathbb{H}^{n}\times \{0\}. \end{array}\right. \end{align}
We study Fujita phenomena for the non-negative initial data $u_0$ belonging to $C(\mathbb{H}^{n}) \cap L^{\infty}(\mathbb{H}^{n})$ and for different choices of $f$ of the form $f(u,t) = h(t)g(u).$ It is well-known that for power nonlinearities in $u,$ the power weight $h(t) = t^q$ is sub-critical in the sense that non-negative global solutions exist for small initial data. On the other hand, it exhibits Fujita phenomena for the exponential weight $h(t) = e^{μt},$ i.e. there exists a critical exponent $μ^*$ such that if $μ> μ^*$ then all non-negative solutions blow-up in finite time and if $μ\leq μ^*$ there exists non-negative global solutions for small initial data. One of the main objectives of this article is to find an appropriate nonlinearity in $u$ so that the above mentioned Cauchy problem with the power weight $h(t) = t^q$ does exhibit Fujita phenomena. In the remaining part of this article, we study Fujita phenomena for exponential nonlinearity in $u.$ We further generalize some of these results to Cartan-Hadamard manifolds.
△ Less
Submitted 14 January, 2022; v1 submitted 7 January, 2022;
originally announced January 2022.
-
Anomalous pumping in the non-Hermitian Rice-Mele model
Authors:
Abhishek Kumar,
Sarbajit Mazumdar,
S D Mahanti,
Kush Saha
Abstract:
We study topological charge pumping (TCP) in the Rice-Mele (RM) model with irreciprocal hopping. The non-Hermiticity gives rise to interesting pumping physics, owing to the presence of skin effect and exceptional points. In the static 1D RM model, we observe two independent tuning knobs that drive the topological transition, viz., non-Hermitian parameter $γ$ and system size $N$. To elucidate the s…
▽ More
We study topological charge pumping (TCP) in the Rice-Mele (RM) model with irreciprocal hopping. The non-Hermiticity gives rise to interesting pumping physics, owing to the presence of skin effect and exceptional points. In the static 1D RM model, we observe two independent tuning knobs that drive the topological transition, viz., non-Hermitian parameter $γ$ and system size $N$. To elucidate the system-size dependency, we made use of the finite-size generalized Brillouin zone (GBZ) scheme. This scheme captures the state pumping of topological edge modes in the static 1D RM model and provides further insight into engineering novel gapless exceptional edge modes with the help of adiabatic drive. Finally, we apply three types of adiabatic protocols to study TCP in the 1+1D RM model. We further explain the number of pumped charges (in each period) using a non-Bloch topological invariant. This exactly explains the presence of different pumping phases in the non-Hermitian RM model as we tune the non-Hermitian parameter $γ$. We observe that in a non-Hermitian system, even a trivial adiabatic protocol can lead to pumping that has no Hermitian counterpart.
△ Less
Submitted 14 November, 2023; v1 submitted 7 October, 2021;
originally announced October 2021.
-
Non-synchronized solutions to nonlinear elliptic Schrödinger systems on a closed Riemannian manifold
Authors:
Saikat Mazumdar,
Jérôme Vétois
Abstract:
On a smooth, closed Riemannian manifold, we study the question of proportionality of components, also called synchronization, of vector-valued solutions to nonlinear elliptic Schrödinger systems with constant coefficients. In particular, we obtain bifurcation results showing the existence of branches of non-synchronized solutions emanating from the constant solutions.
On a smooth, closed Riemannian manifold, we study the question of proportionality of components, also called synchronization, of vector-valued solutions to nonlinear elliptic Schrödinger systems with constant coefficients. In particular, we obtain bifurcation results showing the existence of branches of non-synchronized solutions emanating from the constant solutions.
△ Less
Submitted 23 June, 2021;
originally announced June 2021.
-
Limit Cycle Analysis of 3-D Nonlinear systems
Authors:
Souma Mazumdar,
Premashis Kumar,
Gautam Gangopadhyay
Abstract:
Considering Limit Cycles as one of the limits of Lienard equation, an analyis analogous to centre manifold analysis has been done for a $3-D$ nonlinear system exhibiting Limit Cycle. A rigorous study on radius of the Limit Cycle orbit has been done by considering $λ-ω$ equations for the particular system and subsequently converting the system equations from cartesian to polar form. It has been sho…
▽ More
Considering Limit Cycles as one of the limits of Lienard equation, an analyis analogous to centre manifold analysis has been done for a $3-D$ nonlinear system exhibiting Limit Cycle. A rigorous study on radius of the Limit Cycle orbit has been done by considering $λ-ω$ equations for the particular system and subsequently converting the system equations from cartesian to polar form. It has been shown through an analysis analogous to Centre Manifold Analysis and reduction of the system dynamics on a lower dimensional space, the Limit cycle radius undergoes an increment change. One example is provided to support the theoretical predictions.
△ Less
Submitted 11 June, 2021;
originally announced June 2021.
-
Absence of superconductivity in the Hubbard dimer model for kappa-(BEDT-TTF)_2X
Authors:
D. Roy,
R. T. Clay,
S. Mazumdar
Abstract:
In the most studied family of organic superconductors kappa-(BEDT-TTF)_2X, the BEDT-TTF molecules that make up the conducting planes are coupled as dimers. For some anions X, an antiferromagnetic insulator is found at low temperatures adjacent to superconductivity. With an average of one hole carrier per dimer, the BEDT-TTF band is effectively 1/2-filled. Numerous theories have suggested that fluc…
▽ More
In the most studied family of organic superconductors kappa-(BEDT-TTF)_2X, the BEDT-TTF molecules that make up the conducting planes are coupled as dimers. For some anions X, an antiferromagnetic insulator is found at low temperatures adjacent to superconductivity. With an average of one hole carrier per dimer, the BEDT-TTF band is effectively 1/2-filled. Numerous theories have suggested that fluctuations of the magnetic order can drive superconducting pairing in these models, even as direct calculations of superconducting pairing in monomer 1/2-filled band models find no superconductivity. Here we present accurate zero-temperature Density Matrix Renormalization Group (DMRG) calculations of a dimerized lattice with one hole per dimer. While we do find an antiferromagnetic state in our results, we find no evidence for superconducting pairing. This further demonstrates that magnetic fluctuations in the effective 1/2-filled band approach do not drive superconductivity in these and related materials.
△ Less
Submitted 5 April, 2021;
originally announced April 2021.
-
Hardy's Identities and Inequalities on Cartan-Hadamard Manifolds
Authors:
J. Flynn,
N. Lam,
G. Lu,
S. Mazumdar
Abstract:
We study the Hardy identities and inequalities on Cartan-Hadamard manifolds using the notion of a Bessel pair. These Hardy identities offer significantly more information on the existence/nonexistence of the extremal functions of the Hardy inequalities. These Hardy inequalities are in the spirit of Brezis-Vázquez in the Euclidean spaces. As direct consequences, we establish several Hardy type ineq…
▽ More
We study the Hardy identities and inequalities on Cartan-Hadamard manifolds using the notion of a Bessel pair. These Hardy identities offer significantly more information on the existence/nonexistence of the extremal functions of the Hardy inequalities. These Hardy inequalities are in the spirit of Brezis-Vázquez in the Euclidean spaces. As direct consequences, we establish several Hardy type inequalities that provide substantial improvements as well as simple understandings to many known Hardy inequalities and Hardy-Poincaré-Sobolev type inequalities on hyperbolic spaces in the literature.
△ Less
Submitted 23 March, 2021;
originally announced March 2021.
-
On the stability of kernel bundles over chain-like curves
Authors:
Suhas B N,
Susobhan Mazumdar,
Amit Kumar Singh
Abstract:
Let $C$ be a chain-like curve having $n$ smooth components and $n-1$ nodes, where $n \geq 2$. Let $E$ be a vector bundle on $C$ and $V \subseteq H^0(E)$ be a linear subspace generating $E$. We investigate the (semi)stability of the kernel bundle $M_{E,V}$ associated to $(E,V)$.
Let $C$ be a chain-like curve having $n$ smooth components and $n-1$ nodes, where $n \geq 2$. Let $E$ be a vector bundle on $C$ and $V \subseteq H^0(E)$ be a linear subspace generating $E$. We investigate the (semi)stability of the kernel bundle $M_{E,V}$ associated to $(E,V)$.
△ Less
Submitted 24 December, 2020;
originally announced December 2020.
-
Wavefunction-Based Analysis of Dynamics Versus Yield of Free Triplets in Intramolecular Singlet Fission
Authors:
Rafi Chesler,
Souratosh Khan,
Sumit Mazumdar
Abstract:
Experiments in several intramolecular singlet fission materials have indicated that the triplet-triplet spin biexciton has a much longer lifetime than believed until recently, opening up loss mechanisms that can annihilate the biexciton prior to its dissociation to free triplets. We have performed many-body calculations of excited state wavefunctions of hypothetical phenylene-linked anthracene mol…
▽ More
Experiments in several intramolecular singlet fission materials have indicated that the triplet-triplet spin biexciton has a much longer lifetime than believed until recently, opening up loss mechanisms that can annihilate the biexciton prior to its dissociation to free triplets. We have performed many-body calculations of excited state wavefunctions of hypothetical phenylene-linked anthracene molecules to better understand linker-dependent behavior of dimers of larger acenes being investigated as potential singlet fission candidates. The calculations reveal unanticipated features that we show carry over to the real covalently-linked pentacene dimers. Dissociation of the correlated triplet-triplet spin biexciton and free triplet generation may be difficult in acene dimers where the formation of the triplet-triplet spin biexciton is truly ultrafast. Conversely, relatively slower biexciton formation may indicate smaller spin biexciton binding energy and greater yield of free triplets. Currently available experimental results appear to support this conclusion. Whether or not the two distinct behaviors are consequences of distinct mechanisms of triplet-triplet generation from the optical singlet is an interesting theoretical question.
△ Less
Submitted 10 November, 2020;
originally announced November 2020.
-
Centre Manifold Analysis of 3-D nonlinear system and Kinetic stability of Protein Assembly
Authors:
Souma Mazumdar,
Gautam Gangopadhyay
Abstract:
Centre Manifold analysis of a 3-D nonlinear system with general second order nonlinearities have been worked out. The system is shown to possess two fixed points on the reduced 2-D centre manifold. By introducing a 2-D centre manifold one can show how an oscillatory dynamics may be generated in the system. We also state and prove a theorem to find the stability of the resultant centre manifold equ…
▽ More
Centre Manifold analysis of a 3-D nonlinear system with general second order nonlinearities have been worked out. The system is shown to possess two fixed points on the reduced 2-D centre manifold. By introducing a 2-D centre manifold one can show how an oscillatory dynamics may be generated in the system. We also state and prove a theorem to find the stability of the resultant centre manifold equation apriori from the parity of the nonlinear terms in the original equations. For a 2-D nonlinear model with the example picked up from biochemistry, the protein molecules in assembly, kinetic stability analysis is provided for the chosen example and establish herewith the validity of the theorem for our chosen example.
△ Less
Submitted 9 November, 2020;
originally announced November 2020.
-
Absence of Luther-Emery Superconducting Phase in the Three-Band Model for Cuprate Ladders
Authors:
Jeong-Pil Song,
Sumit Mazumdar,
R. Torsten Clay
Abstract:
Correlated-electron theories of superconductivity in layered cuprates often start from the premise of a gapped spin-liquid phase proximate to the superconducting state. This assumption is justified based on analytical and numerical demonstrations of a superconducting Luther-Emery phase in the doped 2-leg one-band Hubbard ladder, and the perceived analogy between coupled ladders and the two dimensi…
▽ More
Correlated-electron theories of superconductivity in layered cuprates often start from the premise of a gapped spin-liquid phase proximate to the superconducting state. This assumption is justified based on analytical and numerical demonstrations of a superconducting Luther-Emery phase in the doped 2-leg one-band Hubbard ladder, and the perceived analogy between coupled ladders and the two dimensional CuO2 layer. We demonstrate from accurate density matrix renormalization group studies the absence of the superconducting Luther-Emery phase in the doped 2-leg three-band ladder consisting of both copper and oxygen, even as the spin gap is large in the undoped three-band ladder. For realistic oxygen-oxygen hopping and Hubbard repulsion on the oxygen atoms, density-density rather than pairing correlations are dominant at long range. This result is equally valid whether or not the oxygens outside the ladder proper, over and above the rung and leg oxygens, are included in the computation. These results demonstrate the critical importance of oxygen orbitals, and raise disturbing questions about the applicability of many of the existing correlated-electron theories of superconductivity.
△ Less
Submitted 13 September, 2021; v1 submitted 20 October, 2020;
originally announced October 2020.
-
Study of the Curvature of Liquid Surface surrounding a Rotating Spherical Object in Gravity Free Space
Authors:
Rajdeep Tah,
Sarbajit Mazumdar,
Krishna Kant Parida
Abstract:
Concept of curvature of liquid surrounding a spherical surface seems obvious in daily life, but based on earthly conditions everywhere. However, our understanding about the concept seems more transparent when we keep the system out of the usual earthly condition i.e. without gravity. Although existence of forces like adhesion and cohesion along liquid surface come to the fore even in the presence…
▽ More
Concept of curvature of liquid surrounding a spherical surface seems obvious in daily life, but based on earthly conditions everywhere. However, our understanding about the concept seems more transparent when we keep the system out of the usual earthly condition i.e. without gravity. Although existence of forces like adhesion and cohesion along liquid surface come to the fore even in the presence of other force like gravitational ones, but without gravity these forces are solely responsible for kind of observable phenomenon. Also, we introduced a form of force responsible for providing a form of potential dominating over the gravitational one. The discussion was provided an ingenious approach, by conserving surface energy, it still explains a lot about what can be done more to explore other properties of rotating liquids in free space.
△ Less
Submitted 26 August, 2020;
originally announced August 2020.
-
Relativistic Transformation of Spherical Co ordinates(t,r,θ,φ)
Authors:
Sarbajit Mazumdar,
Krishna Kant Parida
Abstract:
With the advent of relativistic mechanics, the Lorentz transformation replaced the Galilean transformation based on classical Newtonian mechanics among inertial frames at high uniform velocities, but both transformations are based on Cartesian coordinate system, hence position of particles obtaining linear velocities in space can be obtained. In case where frames are rotating with constant angular…
▽ More
With the advent of relativistic mechanics, the Lorentz transformation replaced the Galilean transformation based on classical Newtonian mechanics among inertial frames at high uniform velocities, but both transformations are based on Cartesian coordinate system, hence position of particles obtaining linear velocities in space can be obtained. In case where frames are rotating with constant angular velocity, use of Galilean rotational transformation (GRT) is replaced by Franklin transformation, proposed by Philip Franklin in 1922. The modified transformation introduced the concept of rotational motion of points in a rigid body. Both the transformations are based on cylindrical coordinate system. Here we moved a step further for making a relativistic transformation using spherical coordinate system for understanding the behaviour of rotating frames along any axis in the space passing through the center of mass of a symmetrical object (Sphere). We finally came to an understanding about how Special Theory of relativity is found to be applicable in rotational motion using different co-ordinate system.
△ Less
Submitted 25 August, 2020; v1 submitted 20 August, 2020;
originally announced August 2020.
-
Control System on Boolean Networks through Semi Tensor Product Approach and Boolean Calculus
Authors:
Souma Mazumdar
Abstract:
We have considered a Boolean control network where the state evolution equations depend on past states, controls and first derivatives of a function with respect to controls. Total approach has been the efficient use of matrix semi tensor product and logical operators and logical equations. We have obtained a absolutely new result in considering the derivative terms to play a role to influence the…
▽ More
We have considered a Boolean control network where the state evolution equations depend on past states, controls and first derivatives of a function with respect to controls. Total approach has been the efficient use of matrix semi tensor product and logical operators and logical equations. We have obtained a absolutely new result in considering the derivative terms to play a role to influence the states. We have discussed about controllability with an example and also optimal control and its significance in control theory.
△ Less
Submitted 19 August, 2020;
originally announced August 2020.
-
Existence results for the higher-order $Q$-curvature equation
Authors:
Saikat Mazumdar,
Jérôme Vétois
Abstract:
We obtain existence results for the $Q$-curvature equation of order $2k$ on a closed Riemannian manifold of dimension $n\ge 2k+1$, where $k\ge1$ is an integer. We obtain these results under the assumptions that the Yamabe invariant of order $2k$ is positive and the Green's function of the corresponding operator is positive, which are satisfied for instance when the manifold is Einstein with positi…
▽ More
We obtain existence results for the $Q$-curvature equation of order $2k$ on a closed Riemannian manifold of dimension $n\ge 2k+1$, where $k\ge1$ is an integer. We obtain these results under the assumptions that the Yamabe invariant of order $2k$ is positive and the Green's function of the corresponding operator is positive, which are satisfied for instance when the manifold is Einstein with positive scalar curvature. In the case where $2k+1\le n\le2k+3$ or $(M,g)$ is locally conformally flat, we assume moreover that the operator has positive mass. In the case where $n\ge2k+4$ and $(M,g)$ is not locally conformally flat, the results essentially reduce to the determination of the sign of a complicated constant depending only on $n$ and $k$.
△ Less
Submitted 21 December, 2022; v1 submitted 20 July, 2020;
originally announced July 2020.
-
Path Planning in a Riemannian Manifold using Optimal Control
Authors:
Souma Mazumdar
Abstract:
We consider the motion planning of an object in a Riemannian manifold where the object is steered from an initial point to a final point utilizing optimal control. Considering Pontryagin Minimization Principle we compute the Optimal Controls needed for steering the object from initial to final point. The Optimal Controls were solved with respect to time t and shown to have norm 1 which should be t…
▽ More
We consider the motion planning of an object in a Riemannian manifold where the object is steered from an initial point to a final point utilizing optimal control. Considering Pontryagin Minimization Principle we compute the Optimal Controls needed for steering the object from initial to final point. The Optimal Controls were solved with respect to time t and shown to have norm 1 which should be the case when the extremal trajectories, which are the solutions of Pontryagin Principle, are arc length parametrized. The extremal trajectories are supposed to be the geodesics on the Riemannian manifold. So we compute the geodesic curvature and the Gaussian curvature of the Riemannian structure.
△ Less
Submitted 19 June, 2020;
originally announced June 2020.
-
Interplay Between Game Theory and Control Theory
Authors:
Souma Mazumdar
Abstract:
An interrelationship between Game Theory and Control Theory is seeked. In this respect two aspects of this relationship are brought up. To establish the direct relationship Control Based Games and to establish the inverse relationship Game Based Control are discussed. In the attempt to establish the direct relationship Control Based Boolean Networks are discussed with the novel technique of applic…
▽ More
An interrelationship between Game Theory and Control Theory is seeked. In this respect two aspects of this relationship are brought up. To establish the direct relationship Control Based Games and to establish the inverse relationship Game Based Control are discussed. In the attempt to establish the direct relationship Control Based Boolean Networks are discussed with the novel technique of application of Semi Tensor Product of matrices in Differential Calculus. For the inverse relationship H Infinity robust optimal control has been discussed with the help of Dynamic Programming and Pontryagin Minimization Principle.
△ Less
Submitted 19 June, 2020;
originally announced June 2020.
-
Griefing-Penalty: Countermeasure for Griefing Attack in Lightning Network
Authors:
Subhra Mazumdar,
Prabal Banerjee,
Sushmita Ruj
Abstract:
Lightning Network can execute unlimited number of off-chain payments, without incurring the cost of recording each of them in the blockchain. However, conditional payments in such networks is susceptible to Griefing Attack. In this attack, an adversary doesn't resolve the payment with the intention of blocking channel capacity of the network. We propose an efficient countermeasure for the attack,…
▽ More
Lightning Network can execute unlimited number of off-chain payments, without incurring the cost of recording each of them in the blockchain. However, conditional payments in such networks is susceptible to Griefing Attack. In this attack, an adversary doesn't resolve the payment with the intention of blocking channel capacity of the network. We propose an efficient countermeasure for the attack, known as Griefing-Penalty. If any party in the network mounts a griefing attack, it needs to pay a penalty proportional to the collateral cost of executing a payment. The penalty is used for compensating affected parties in the network. We propose a new payment protocol HTLC-GP or Hashed Timelock Contract with Griefing-Penalty to demonstrate the utility of the countermeasure. Upon comparing our protocol with existing payment protocol Hashed Timelock Contract, we observe that the average revenue earned by the attacker decreases substantially for HTLC-GP as compared to HTLC. We also study the impact of path length for routing a transaction and rate of griefing-penalty on the budget invested by an adversary for mounting the attack. The budget needed for mounting griefing attack in HTLC-GP is 12 times more than the budget needed by attacker in HTLC, given that each payment instance being routed via path length of hop count 20.
△ Less
Submitted 16 June, 2021; v1 submitted 19 May, 2020;
originally announced May 2020.
-
CryptoMaze: Privacy-Preserving Splitting of Off-Chain Payments
Authors:
Subhra Mazumdar,
Sushmita Ruj
Abstract:
Payment protocols developed to realize off-chain transactions in Payment channel network (PCN) assumes the underlying routing algorithm transfers the payment via a single path. However, a path may not have sufficient capacity to route a transaction. It is inevitable to split the payment across multiple paths. If we run independent instances of the protocol on each path, the execution may fail in s…
▽ More
Payment protocols developed to realize off-chain transactions in Payment channel network (PCN) assumes the underlying routing algorithm transfers the payment via a single path. However, a path may not have sufficient capacity to route a transaction. It is inevitable to split the payment across multiple paths. If we run independent instances of the protocol on each path, the execution may fail in some of the paths, leading to partial transfer of funds. A payer has to reattempt the entire process for the residual amount. We propose a secure and privacy-preserving payment protocol, CryptoMaze. Instead of independent paths, the funds are transferred from sender to receiver across several payment channels responsible for routing, in a breadth-first fashion. Payments are resolved faster at reduced setup cost, compared to existing state-of-the-art. Correlation among the partial payments is captured, guaranteeing atomicity. Further, two party ECDSA signature is used for establishing scriptless locks among parties involved in the payment. It reduces space overhead by leveraging on core Bitcoin scripts. We provide a formal model in the Universal Composability framework and state the privacy goals achieved by CryptoMaze. We compare the performance of our protocol with the existing single path based payment protocol, Multi-hop HTLC, applied iteratively on one path at a time on several instances. It is observed that CryptoMaze requires less communication overhead and low execution time, demonstrating efficiency and scalability.
△ Less
Submitted 4 February, 2022; v1 submitted 15 May, 2020;
originally announced May 2020.
-
Sr$_2$RuO$_4$, like doped cuprates and barium bismuthate, is a negative charge-transfer gap even parity superconductor with $\frac{3}{4}$-filled oxygen band
Authors:
Sumit Mazumdar
Abstract:
A comprehensive theory of superconductivity in Sr$_2$RuO$_4$ must explain experiments that suggest even parity superconducting order and others that suggest broken time reversal symmetry. Completeness further requires that the theory applies to Ca$_2$RuO$_4$, a Mott-Hubbard semiconductor that exhibits an unprecedented insulator-to-metal transition driven by very small electric field, and also by d…
▽ More
A comprehensive theory of superconductivity in Sr$_2$RuO$_4$ must explain experiments that suggest even parity superconducting order and others that suggest broken time reversal symmetry. Completeness further requires that the theory applies to Ca$_2$RuO$_4$, a Mott-Hubbard semiconductor that exhibits an unprecedented insulator-to-metal transition driven by very small electric field, and also by doping with very small concentration of electrons, leading to a metallic state proximate to ferromagnetism. A valence transition model, previously proposed for superconducting cuprates [Phys. Rev. B {\bf 98}, 205153] is extended to Sr$_2$RuO$_4$ and Ca$_2$RuO$_4$. The insulator to metal transition is distinct from that expected from the simple melting of the Mott-Hubbard semiconductor. Rather, the Ru ions occur as low spin Ru$^{4+}$ in the semiconductor, and as high spin Ru$^{3+}$ in the metal, the driving force behind the valence transition being the strong spin-charge coupling and consequent large ionizaton energy in the low charge state. Metallic and superconducting ruthenates are two-component systems in which the half-filled high spin Ru$^{3+}$ ions determine the magnetic behavior but not transport, while the charge carriers are entirely on on the layer oxygen ions, which have an average charge -1.5. Spin singlet superconductivity evolves from the correlated lattice frustrated 3/4 filled band of layer oxygen ions alone, in agreement with quantum many body calculations that have demonstrated enhancement by electron-electron interactions of superconducting pair-pair correlations tions uniquely at or very close to this filling [Phys. Rev. B {\bf 93}, 165110 and {\bf 93}, 205111]. Several model specific experimental predictions are made, including that spin susceptibility due to Ru ions will remain unchanged as Sr$_2$RuO$_4$ is taken through superconducting Tc.
△ Less
Submitted 4 May, 2020; v1 submitted 19 February, 2020;
originally announced February 2020.
-
BB_Evac: Fast Location-Sensitive Behavior-Based Building Evacuation
Authors:
Subhra Mazumdar,
Arindam Pal,
Francesco Parisi,
V. S. Subrahmanian
Abstract:
Past work on evacuation planning assumes that evacuees will follow instructions -- however, there is ample evidence that this is not the case. While some people will follow instructions, others will follow their own desires. In this paper, we present a formal definition of a behavior-based evacuation problem (BBEP) in which a human behavior model is taken into account when planning an evacuation.…
▽ More
Past work on evacuation planning assumes that evacuees will follow instructions -- however, there is ample evidence that this is not the case. While some people will follow instructions, others will follow their own desires. In this paper, we present a formal definition of a behavior-based evacuation problem (BBEP) in which a human behavior model is taken into account when planning an evacuation. We show that a specific form of constraints can be used to express such behaviors. We show that BBEPs can be solved exactly via an integer program called BB_IP, and inexactly by a much faster algorithm that we call BB_Evac. We conducted a detailed experimental evaluation of both algorithms applied to buildings (though in principle the algorithms can be applied to any graphs) and show that the latter is an order of magnitude faster than BB_IP while producing results that are almost as good on one real-world building graph and as well as on several synthetically generated graphs.
△ Less
Submitted 19 February, 2020;
originally announced February 2020.
-
HushRelay: A Privacy-Preserving, Efficient, and Scalable Routing Algorithm for Off-Chain Payments
Authors:
Subhra Mazumdar,
Sushmita Ruj,
Ram Govind Singh,
Arindam Pal
Abstract:
Payment channel networks (PCN) are used in cryptocurrencies to enhance the performance and scalability of off-chain transactions. Except for opening and closing of a payment channel, no other transaction requests accepted by a PCN are recorded in the Blockchain. Only the parties which have opened the channel will know the exact amount of fund left at a given instant. In real scenarios, there might…
▽ More
Payment channel networks (PCN) are used in cryptocurrencies to enhance the performance and scalability of off-chain transactions. Except for opening and closing of a payment channel, no other transaction requests accepted by a PCN are recorded in the Blockchain. Only the parties which have opened the channel will know the exact amount of fund left at a given instant. In real scenarios, there might not exist a single path which can enable transfer of high value payments. For such cases, splitting up the transaction value across multiple paths is a better approach. While there exists several approaches which route transactions via several paths, such techniques are quite inefficient, as the decision on the number of splits must be taken at the initial phase of the routing algorithm (e.g., SpeedyMurmur [42]). Algorithms which do not consider the residual capacity of each channel in the network are susceptible to failure. Other approaches leak sensitive information, and are quite computationally expensive [28]. To the best of our knowledge, our proposed scheme HushRelay is an efficient privacy preserving routing algorithm, taking into account the funds left in each channel, while splitting the transaction value across several paths. Comparing the performance of our algorithm with existing routing schemes on real instances (e.g., Ripple Network), we observed that HushRelay attains a success ratio of 1, with an execution time of 2.4 sec. However, SpeedyMurmur [42] attains a success ratio of 0.98 and takes 4.74 sec when the number of landmarks is 6. On testing our proposed routing algorithm on the Lightning Network, a success ratio of 0.99 is observed, having an execution time of 0.15 sec, which is 12 times smaller than the time taken by SpeedyMurmur.
△ Less
Submitted 12 February, 2020;
originally announced February 2020.
-
Thermal Correlators and Bosonization Dualities in Large $N$ Chern Simons Matter Theories
Authors:
Sudip Ghosh,
Subhajit Mazumdar
Abstract:
We consider $3$-dimensional conformal field theories with $U(N)_κ$ Chern Simons gauge fields coupled to bosonic and fermionic matter fields transforming in the fundamental representation of the gauge group. In these CFTs, we compute in the t'Hooft large $N$ limit and to all orders in the t'Hooft coupling $λ= N/ κ$, the thermal two-point correlation functions of the spin $s=0$, $s=1$ and $s=2$ gaug…
▽ More
We consider $3$-dimensional conformal field theories with $U(N)_κ$ Chern Simons gauge fields coupled to bosonic and fermionic matter fields transforming in the fundamental representation of the gauge group. In these CFTs, we compute in the t'Hooft large $N$ limit and to all orders in the t'Hooft coupling $λ= N/ κ$, the thermal two-point correlation functions of the spin $s=0$, $s=1$ and $s=2$ gauge invariant conformal primary operators. These are the lowest dimension single trace scalar, the $U(1)$ current and the stress tensor operators respectively. Our results furnish additional tests of the conjectured bosonization dualities in these theories at finite temperature.
△ Less
Submitted 4 August, 2022; v1 submitted 13 December, 2019;
originally announced December 2019.
-
Triangle diagram, Distance Geometry and Symmetries of Feynman Integrals
Authors:
Barak Kol,
Subhajit Mazumdar
Abstract:
We study the most general triangle diagram through the Symmetries of Feynman Integrals (SFI) approach. The SFI equation system is obtained and presented in a simple basis. The system is solved providing a novel derivation of an essentially known expression. We stress a description of the underlying geometry in terms of the Distance Geometry of a tetrahedron discussed by Davydychev-Delbourgo [1], a…
▽ More
We study the most general triangle diagram through the Symmetries of Feynman Integrals (SFI) approach. The SFI equation system is obtained and presented in a simple basis. The system is solved providing a novel derivation of an essentially known expression. We stress a description of the underlying geometry in terms of the Distance Geometry of a tetrahedron discussed by Davydychev-Delbourgo [1], a tetrahedron which is the dual on-shell diagram. In addition, the singular locus is identified and the diagram's value on the locus's two components is expressed as a linear combination of descendant bubble diagrams. The massless triangle and the associated magic connection are revisited.
△ Less
Submitted 15 April, 2020; v1 submitted 9 September, 2019;
originally announced September 2019.
-
Cumulus: Blockchain-Enabled Privacy Preserving Data Audit in Cloud
Authors:
Prabal Banerjee,
Nishant Nikam,
Subhra Mazumdar,
Sushmita Ruj
Abstract:
Data owners upload large files to cloud storage servers, but malicious servers may potentially tamper data. To check integrity of remote data, Proof of Retrievability (PoR) schemes were introduced. Existing PoR protocols assume that data owners and third-party auditors are honest and audit only the potentially malicious cloud server to check integrity of stored data. In this paper we consider a sy…
▽ More
Data owners upload large files to cloud storage servers, but malicious servers may potentially tamper data. To check integrity of remote data, Proof of Retrievability (PoR) schemes were introduced. Existing PoR protocols assume that data owners and third-party auditors are honest and audit only the potentially malicious cloud server to check integrity of stored data. In this paper we consider a system where any party may attempt to cheat others and consider collusion cases. We design a protocol that is secure under such adversarial assumptions and use blockchain smart contracts to act as mediator in case of dispute and payment settlement. We use state channels to reduce blockchain interactions in order to build a practical audit solution. We implement and evaluate a prototype using Ethereum as the blockchain platform and show that our scheme has comparable performance.
△ Less
Submitted 30 April, 2023; v1 submitted 28 April, 2019;
originally announced April 2019.
-
Free Triplets versus Bound Triplet-Triplet Biexciton in Intramolecular Singlet Fission Materials: Structure-Property Correlations
Authors:
Souratosh Khan,
Sumit Mazumdar
Abstract:
Recent advances in singlet-fission research make it imperative that structure-property correlations that determine optical signatures of the triplet-triplet spin biexciton as well as its binding energy be understood precisely. We report many-body calculations of excited state absorptions from the triplet exciton and the triplet-triplet biexciton from two transversally linked dimers of pentacene de…
▽ More
Recent advances in singlet-fission research make it imperative that structure-property correlations that determine optical signatures of the triplet-triplet spin biexciton as well as its binding energy be understood precisely. We report many-body calculations of excited state absorptions from the triplet exciton and the triplet-triplet biexciton from two transversally linked dimers of pentacene derivatives. Comparison of experiment against theory leads to new interpretations of experiments performed earlier. We show that in the para-linked isomer the triplet-triplet does not dissociate to free triplets through the duration of the measurements. In contrast, even as calculated and experimental transient absorptions agree in the meta-isomer, the experimental observations here are more difficult to interpret, indicating the strong role structural variations can play in determining the rate and yield of free triplets. We also report many-body calculations of the spin gap, the energy difference between the spin quintet versus spin singlet triplet-triplet, as well as the binding energy of the spin singlet triplet-triplet, defined as the energy difference between two free triplets and the bound biexciton. The spin gap and the binding energy of the spin singlet triplet-triplet are different quantities in all but coupled two-level systems. The experimental behavior in the transversally linked dimers as well as previously studied longitudinally linked dimers agree with the trends that would be predicted from the computed biexciton binding energies.
△ Less
Submitted 5 March, 2020; v1 submitted 17 April, 2019;
originally announced April 2019.
-
Ring-Mesh: A Scalable and High-Performance Approach for Manycore Accelerators
Authors:
Somnath Mazumdar,
Alberto Scionti
Abstract:
There are increasing number of works addressing the design challenges of fast, scalable solutions for the growing number of new type of applications. Recently, many of the solutions aimed at improving processing element capabilities to speed up the execution of machine learning application domain. However, only a few works focused on the interconnection subsystem as a potential source of performan…
▽ More
There are increasing number of works addressing the design challenges of fast, scalable solutions for the growing number of new type of applications. Recently, many of the solutions aimed at improving processing element capabilities to speed up the execution of machine learning application domain. However, only a few works focused on the interconnection subsystem as a potential source of performance improvement. Wrapping many cores together offer excellent parallelism, but it brings other challenges (e.g., adequate interconnections). Scalable, power-aware interconnects are required to support such a growing number of processing elements, as well as modern applications. In this paper, we propose a scalable and energy efficient Network-on-Chip architecture fusing the advantages of rings as well as the 2D-mesh without using any bridge router to provide high-performance. A dynamic adaptation mechanism allows to better adapt to the application requirements. Simulation results show efficient power consumption (up to 141.3% saving for connecting 1024 cores), 2x (on average) throughput growth with better scalability (up to 1024 processing elements) compared to popular 2D-mesh while tested in multiple statistical traffic pattern scenarios.
△ Less
Submitted 4 November, 2019; v1 submitted 6 April, 2019;
originally announced April 2019.
-
Theory of triangular lattice quasi-one-dimensional charge-transfer solids
Authors:
R. T. Clay,
N. Gomes,
S. Mazumdar
Abstract:
Recent investigations of the magnetic properties and the discovery of superconductivity in quasi-one-dimensional triangular lattice organic charge-transfer solids have indicated the severe limitations of the effective 1/2-filled band Hubbard model for these and related systems. Our computational studies of these materials within a 1/4-filled band Hubbard model in which the organic monomer molecule…
▽ More
Recent investigations of the magnetic properties and the discovery of superconductivity in quasi-one-dimensional triangular lattice organic charge-transfer solids have indicated the severe limitations of the effective 1/2-filled band Hubbard model for these and related systems. Our computational studies of these materials within a 1/4-filled band Hubbard model in which the organic monomer molecules, and not their dimers, constitute the sites of the Hamiltonian are able to reproduce the experimental results. We ascribe the spin gap transition in kappa-(BEDT-TTF)_2B(CN)_4 to the formation of a two-dimensional paired-electron crystal and make the testable prediction that the spin gap will be accompanied by charge-ordering and period doubling in two directions. We find enhancement of the long-range component of superconducting pairing correlations by the Hubbard repulsive interaction for band parameters corresponding to kappa-(BEDT-TTF)_2CF_3SO_3. The overall results strongly support a valence bond theory of superconductivity we have proposed recently.
△ Less
Submitted 20 August, 2019; v1 submitted 5 April, 2019;
originally announced April 2019.
-
Multiplicity and stability of the Pohozaev obstruction for Hardy-Schrödinger equations with boundary singularity
Authors:
Nassif Ghoussoub,
Saikat Mazumdar,
Frédéric Robert
Abstract:
Let $Ω$ be a smooth bounded domain in $\mathbb{R}^n$ ($n\geq 3$) such that $0\in\partial Ω$. In this memoir, we consider issues of non-existence, existence, and multiplicity of variational solutions in $H_{1,0}^2(Ω)$ for the borderline Dirichlet problem, $-Δu-γ\frac{u}{|x|^2}- h(x) u = \frac{|u|^{{2^\star(s)}-2}u}{|x|^s}$ in $Ω$, where $0<s<2$, ${2^\star(s)}:=\frac{2(n-s)}{n-2}$, $γ\in\mathbb{R}$…
▽ More
Let $Ω$ be a smooth bounded domain in $\mathbb{R}^n$ ($n\geq 3$) such that $0\in\partial Ω$. In this memoir, we consider issues of non-existence, existence, and multiplicity of variational solutions in $H_{1,0}^2(Ω)$ for the borderline Dirichlet problem, $-Δu-γ\frac{u}{|x|^2}- h(x) u = \frac{|u|^{{2^\star(s)}-2}u}{|x|^s}$ in $Ω$, where $0<s<2$, ${2^\star(s)}:=\frac{2(n-s)}{n-2}$, $γ\in\mathbb{R}$ and $h\in C^0(\overlineΩ)$. We use sharp blow-up analysis on --possibly high energy-- solutions of corresponding subcritical problems to establish, for example, that if $γ<\frac{n^2}{4}-1$ and the principal curvatures of $\partialΩ$ at $0$ are non-positive but not all of them vanishing, then the above equation has an infinite number of (possibly sign-changing) solutions in ${H_{1,0}^2(Ω)}$. This complements results of the first and third authors, who had previously shown that if $γ\leq \frac{n^2}{4}-\frac{1}{4}$ and the mean curvature of $\partialΩ$ at $0$ is negative, then the equation has a positive solution. On the other hand, the sharp blow-up analysis also allows us to prove that if the mean curvature at $0$ is non-zero and if the mass (when defined) does not vanish, then there is a surprising stability under $C^1$-perturbations of the potential $h$ of those regimes where no variational positive solutions exist. In particular, and in sharp contrast with the non-singular case (i.e., when $γ=s=0$), we show non-existence of such solutions for (E) in any dimension, whenever $Ω$ is star-shaped and $h$ is close to $0$, which include situations not covered by the classical Pohozaev obstruction.
△ Less
Submitted 11 March, 2020; v1 submitted 29 March, 2019;
originally announced April 2019.
-
From Sharma-Mittal to von-Neumann Entropy of a Graph
Authors:
Souma Mazumdar,
Amrik Singh,
Supriyo Dutta,
Sandeep Kumar Yadav,
Partha Guha
Abstract:
In this article, we introduce the Sharma-Mittal entropy of a graph, which is a generalization of the existing idea of the von-Neumann entropy. The well-known R{é}nyi, Thallis, and von-Neumann entropies can be expressed as limiting cases of Sharma-Mittal entropy. We have explicitly calculated them for cycle, path, and complete graphs. Also, we have proposed a number of bounds for these entropies. I…
▽ More
In this article, we introduce the Sharma-Mittal entropy of a graph, which is a generalization of the existing idea of the von-Neumann entropy. The well-known R{é}nyi, Thallis, and von-Neumann entropies can be expressed as limiting cases of Sharma-Mittal entropy. We have explicitly calculated them for cycle, path, and complete graphs. Also, we have proposed a number of bounds for these entropies. In addition, we have also discussed the entropy of product graphs, such as Cartesian, Kronecker, Lexicographic, Strong, and Corona products. The change in entropy can also be utilized in the analysis of growing network models (Corona graphs), useful in generating complex networks.
△ Less
Submitted 20 February, 2019;
originally announced February 2019.
-
Sharma-Mittal Quantum Discord
Authors:
Souma Mazumdar,
Supriyo Dutta,
Partha Guha
Abstract:
We demonstrate a generalization of quantum discord using a generalized definition of von-Neumann entropy, which is Sharma-Mittal entropy; and the new definition of discord is called Sharma-Mittal quantum discord. Its analytic expressions are worked out for two qubit quantum states as well as Werner, isotropic, and pointer states as special cases. The R{é}nyi, Tsallis, and von-Neumann entropy based…
▽ More
We demonstrate a generalization of quantum discord using a generalized definition of von-Neumann entropy, which is Sharma-Mittal entropy; and the new definition of discord is called Sharma-Mittal quantum discord. Its analytic expressions are worked out for two qubit quantum states as well as Werner, isotropic, and pointer states as special cases. The R{é}nyi, Tsallis, and von-Neumann entropy based quantum discords can be expressed as limiting cases for of Sharma-Mittal quantum discord. We also numerically compare all these discords and entanglement negativity.
△ Less
Submitted 15 May, 2019; v1 submitted 22 November, 2018;
originally announced December 2018.
-
Design of Anonymous Endorsement System in Hyperledger Fabric
Authors:
Subhra Mazumdar,
Sushmita Ruj
Abstract:
Permissioned Blockchain has become quite popular with enterprises forming consortium since it prioritizes trust over privacy. One of the popular platforms for distributed ledger solution, Hyperledger Fabric, requires a transaction to be endorsed or approved by a group of special members known as endorsers before undergoing validation. To endorse a transaction, an endorser mentions its identity alo…
▽ More
Permissioned Blockchain has become quite popular with enterprises forming consortium since it prioritizes trust over privacy. One of the popular platforms for distributed ledger solution, Hyperledger Fabric, requires a transaction to be endorsed or approved by a group of special members known as endorsers before undergoing validation. To endorse a transaction, an endorser mentions its identity along with the signature so that it can be verified later. However, for certain transactions, difference in opinion may exist among endorsers. Disclosing the identity of an endorser may lead to conflict within the consortium. In such cases, an endorsement policy which not only allows an endorser to support a transaction discreetly, but at the same time takes into account the decision of the majority is preferred. Thus we propose an Anonymous Endorsement System which uses a threshold endorsement policy in order to address the issue. All these factors motivated us to design a new ring signature scheme, called Fabric' Constant-Sized Linkable Ring Signature (FCsLRS) with Transaction-Oriented linkability for hiding identity of the endorsers. We have implemented the signature scheme in Golang and analyzed its security and performance by varying the RSA (Rivest-Shamir-Adleman) modulus size. Feasibility of implementation is supported by experimental analysis. Signature and tag generation time is quite fast and remains constant irrespective of change in message length or endorsement set size for a given RSA modulus value, assuming all the endorsers generates their signature in parallel. Lastly, we also discuss the integration of the scheme on v1.2 Hyperledger Fabric.
△ Less
Submitted 5 June, 2019; v1 submitted 4 November, 2018;
originally announced November 2018.