40 research outputs found
DFT calculation of the intermolecular exchange interaction in the magnetic Mn dimer
The dimeric form of the single-molecule magnet
[MnOCl(OCEt)(py)] recently revealed interesting
phenomena: no quantum tunneling at zero field and tunneling before magnetic
field reversal. This is attributed to substantial antiferromagnetic exchange
interaction between different monomers. The intermolecular exchange
interaction, electronic structure and magnetic properties of this molecular
magnet are calculated using density-functional theory within
generalized-gradient approximation. Calculations are in good agreement with
experiment.Comment: 4 page
Linewidth of single photon transitions in Mn-acetate
We use time-domain terahertz spectroscopy to measure the position and
linewidth of single photon transitions in Mn-acetate. This linewidth is
compared to the linewidth measured in tunneling experiments. We conclude that
local magnetic fields (due to dipole or hyperfine interactions) cannot be
responsible for the observed linewidth, and suggest that the linewidth is due
to variations in the anisotropy constants for different clusters. We also
calculate a lower limit on the dipole field distribution that would be expected
due to random orientations of clusters and find that collective effects must
narrow this distribution in tunneling measurements.Comment: 5 pages, accepted to Physical Review
Genomic diversity of bacteriophages infecting Microbacterium spp
The bacteriophage population is vast, dynamic, old, and genetically diverse. The genomics of phages that infect bacterial hosts in the phylum Actinobacteria show them to not only be diverse but also pervasively mosaic, and replete with genes of unknown function. To further explore this broad group of bacteriophages, we describe here the isolation and genomic characterization of 116 phages that infect Microbacterium spp. Most of the phages are lytic, and can be grouped into twelve clusters according to their overall relatedness; seven of the phages are singletons with no close relatives. Genome sizes vary from 17.3 kbp to 97.7 kbp, and their G+C% content ranges from 51.4% to 71.4%, compared to ~67% for their Microbacterium hosts. The phages were isolated on five different Microbacterium species, but typically do not efficiently infect strains beyond the one on which they were isolated. These Microbacterium phages contain many novel features, including very large viral genes (13.5 kbp) and unusual fusions of structural proteins, including a fusion of VIP2 toxin and a MuF-like protein into a single gene. These phages and their genetic components such as integration systems, recombineering tools, and phage-mediated delivery systems, will be useful resources for advancing Microbacterium genetics
Comparative review of US Department of Energy CERCLA Federal Facility Agreements
The purpose of this report is to present a comparison of the three FFAs executed by DOE and EPA. The report is intended to serve as a convenient reference guide for those responsible for drafting or reviewing future FFAs being considered by DOE. In addition, this report can provide the framework for the future analysis completed FFAs and aid in the assessment of the relative merits of approaches and provisions used for different sites. 13 tabs
A General Graph Model For Representing Exact Communication Volume in Parallel Sparse Matrix–Vector Multiplication
In this paper, we present a new graph model of sparse matrix decomposition for parallel sparse matrix–vector multiplication. Our model differs from previous graph-based approaches in two main respects. Firstly, our model is based on edge colouring rather than vertex partitioning. Secondly, our model is able to correctly quantify and minimise the total communication volume of the parallel sparse matrix– vector multiplication while maintaining the computational load balance across the processors. We show that our graph edge colouring model is equivalent to the fine-grained hypergraph partitioning-based sparse matrix decomposition model. We conjecture that the existence of such a graph model should lead to faster serial and parallel sparse matrix decomposition heuristics and associated tools
Multiply Balanced k − Partitioning
Abstract. The problem of partitioning an edge-capacitated graph on n vertices into k balanced parts has been amply researched. Motivated by applications such as load balancing in distributed systems and market segmentation in social networks, we propose a new variant of the problem, called Multiply Balanced k Partitioning, where the vertex-partition must be balanced under d vertex-weight functions simultaneously. We design bicriteria approximation algorithms for this problem, i.e., they partition the vertices into up to k parts that are nearly balanced simultaneously for all weight functions, and their approximation factor for the capacity of cut edges matches the bounds known for a single weight function times d. For the case where d = 2, for vertex weights that are integers bounded by a polynomial in n and any fixed ɛ> 0, we obtain a (2 + ɛ, O ( √ log n log k))-bicriteria approximation, namely, we partition the graph into parts whose weight is at most 2+ɛ times that of a perfectly balanced part (simultaneously for both weight functions), and whose cut capacity is O ( √ log n log k) · OPT. For unbounded (exponential) vertex weights, we achieve approximation (3, O(log n)). Our algorithm generalizes to d weight functions as follows: For vertex weights that are integers bounded by a polynomial in n and any fixed ɛ> 0, we obtain a (2d + ɛ, O(d √ log n log k))-bicriteria approximation. For unbounded (exponential) vertex weights, we achieve approximation (2d + 1, O(d log n)).