Source author record

Arti Kashyap

Arti Kashyap appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

2works
2topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

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

Published work

2 published item(s)

preprint2022arXiv

Pivotal Role of Intersite Hubbard Interactions in Fe-doped $α$-MnO$_2$

We present a first-principles investigation of the structural, electronic, and magnetic properties of the pristine and Fe-doped $α$-MnO$_2$ using density-functional theory with extended Hubbard functionals. The onsite $U$ and intersite $V$ Hubbard parameters are determined from first principles and self-consistently using density-functional perturbation theory in the basis of Löwdin-orthogonalized atomic orbitals. For the pristine $α$-MnO$_2$ we find that the so-called C2-AFM spin configuration is the most energetically favorable, in agreement with the experimentally observed antiferromagnetic ground state. For the Fe-doped $α$-MnO$_2$ two types of doping are considered: Fe insertion in the $2 \times 2$ tunnels and partial substitution of Fe for Mn. We find that the interstitial doping preserves the C2-AFM spin configuration of the host lattice only when both onsite $U$ and intersite $V$ Hubbard corrections are included, while for the substitutional doping the onsite Hubbard $U$ correction alone is able to preserve the C2-AFM spin configuration of the host lattice. The oxidation state of Fe is found to be $+2$ and $+4$ in the case of the interstitial and substitutional doping, respectively, while the oxidation state of Mn is $+4$ in both cases. This work paves the way for accurate studies of other MnO$_2$ polymorphs and complex transition-metal compounds when the localization of $3d$ electrons occurs in the presence of strong covalent interactions with ligands.

preprint2015arXiv

Teaching Python programming with automatic assessment and feedback provision

We describe a method of automatic feedback provision for students learning programming and computational methods in Python. We have implemented, used and refined this system since 2009 for growing student numbers, and summarise the design and experience of using it. The core idea is to use a unit testing framework: the teacher creates a set of unit tests, and the student code is tested by running these tests. With our implementation, students typically submit work for assessment, and receive feedback by email within a few minutes after submission. The choice of tests and the reporting back to the student is chosen to optimise the educational value for the students. The system very significantly reduces the staff time required to establish whether a student's solution is correct, and shifts the emphasis of computing laboratory student contact time from assessing correctness to providing guidance. The self-paced nature of the automatic feedback provision supports a student-centred learning approach. Students can re-submit their work repeatedly and iteratively improve their solution, and enjoy using the system. We include an evaluation of the system and data from using it in a class of 425 students.