Researcher profile

Amrit Kumar

Amrit Kumar contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 13 - UnverifiedVerification L1Unclaimed author
2works
0followers
2topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

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

Published work

2 published item(s)

preprint2021arXiv

Surface plasmon resonance for in-plane birefringence measurement of anisotropic thin organic film

The measurement of in-plane birefringence ($Δ{n}$) of ultrathin film is challenging due to a significant deviation of physical properties of materials in ultrathin regime as compared to that in bulk state. Surface plasmon resonance (SPR) phenomenon can be employed to measure change in refractive index of ultrathin film at a very high resolution. This article discusses simulation of SPR phenomenon in Kretschmann configuration for the measurement of $Δ{n}$ in organic thin film exhibiting nematic-like ordering on the two dimensional gold surface. The distribution of plasmonic field on the gold surface was found to be anisotropic. This suggested that the coupling plasmonic field with that of organic thin film exhibiting nematic-like ordering on the gold surface will be non-isotropic. Therefore, a non-zero difference in resonance angle (RA) was obtained from SPR measurement performed along the optic-axis (OA) and orthogonal to OA of the in-plane nematic ordering ($Δθ$). A calibration surface showing the variation of ($Δθ$) as a function of $Δ{n}$ and thickness of thin organic film consisting of shape anisotropic tilted molecules exhibiting nematic-like ordering on gold surface was obtained. This calibration surface was employed for the measurement of $Δ{n}$ of single layer of Langmuir-Blodgett films of cadmium stearate (CdSA) and 4'-octyl-4-biphenylcarbonitrile (8CB) deposited on SPR chips. The thickness of the LB films was estimated using X-ray reflectivity measurement and $Δθ$ was measured using a home built SPR instrument. The $Δ{n}$ values were found to be 0.012 and 0.022 for ultrathin films of CdSA and 8CB molecules, respectively.

preprint2020arXiv

Compiling a Higher-Order Smart Contract Language to LLVM

Scilla is a higher-order polymorphic typed intermediate level language for implementing smart contracts. In this talk, we describe a Scilla compiler targeting LLVM, with a focus on mapping Scilla types, values, and its functional language constructs to LLVM-IR. The compiled LLVM-IR, when executed with LLVM's JIT framework, achieves a speedup of about 10x over the reference interpreter on a typical Scilla contract. This reduced latency is crucial in the setting of blockchains, where smart contracts are executed as parts of transactions, to achieve peak transactions processed per second. Experiments on the Ackermann function achieved a speedup of more than 45x. This talk abstract is aimed at both programming language researchers looking to implement an LLVM based compiler for their functional language, as well as at LLVM practitioners.