Abstract Computational studies revealed that dirhodium tetrakis(1,2,2‐triarylcyclopropanecarboxylate) (Rh2(TPCP)4) catalysts adopt distinctive high symmetry orientations, which are dependent on the nature of the aryl substitution pattern. The parent catalyst, Rh2(TPCP)4, and those with ap‐substituent at the C1 aryl, such as Rh2(p‐BrTPCP)4and Rh2(p‐PhTPCP)4, adopt aC2‐symmetric structure. Rh2(3,5‐di(p‐tBuC6H4)TPCP)4, 3,5‐disubstituted at the C1 aryl, adopts aD2‐symmetric structure, whereas catalysts with ano‐substituent at the C1 aryl, such as Rh2(o‐Cl‐5‐BrTPCP)4,adopt aC4‐symmetric structure.
more »
« less
This content will become publicly available on November 26, 2025
An unconventional charge compensation mechanism for proton insertion in aqueous Zn-ion batteries
Electrochemical cycling of the VOPO4cathode in aqueous Zn-ion batteries proceedsviaproton insertion, which is accompanied by the conformal coating of an amorphous ZnO layer on the electrode particles.
more »
« less
- Award ID(s):
- 2144296
- PAR ID:
- 10568821
- Publisher / Repository:
- Royal Society of Chemistry
- Date Published:
- Journal Name:
- Journal of Materials Chemistry A
- Volume:
- 12
- Issue:
- 46
- ISSN:
- 2050-7488
- Page Range / eLocation ID:
- 31942 to 31948
- Format(s):
- Medium: X
- Sponsoring Org:
- National Science Foundation
More Like this
-
-
Context. Carbon monoxide (CO) is a poor tracer of H2in the diffuse interstellar medium (ISM), where most of the carbon is not incorporated into CO molecules, unlike the situation at higher extinctions. Aims. We present a novel, indirect method for constraining H2column densities (NH2) without employing CO observations. We show that previously recognized nonlinearities in the relation between the extinction,AV(H2), derived from dust emission and the H Icolumn density (NH I) are due to the presence of molecular gas. Methods. We employed archival (NH2) data, obtained from the UV spectra of stars, and calculatedAV(H2) toward these sight lines using 3D extinction maps. The following relation fits the data: logNH2= 1.38742 (logAV(H2))3− 0.05359 (logAV(H2))2+ 0.25722 logAV(H2) + 20.67191. This relation is useful for constrainingNH2in the diffuse ISM as it requires onlyNH Iand dust extinction data, which are both easily accessible. In 95% of the cases, the estimates produced by the fitted equation have deviations of less than a factor of 3.5. We constructed aNH2map of our Galaxy and compared it to the CO integrated intensity (WCO) distribution. Results. We find that the average ratio (XCO) betweenNH2andWCOis approximately equal to 2 × 1020cm−2(K km s−1)−1, consistent with previous estimates. However, we find that theXCOfactor varies by orders of magnitude on arcminute scales between the outer and the central portions of molecular clouds. For regions withNH2≳ 1020cm−2, we estimate that the average H2fractional abundance,fH2= 2NH2/(2NH2+NH I), is 0.25. Multiple (distinct) largely atomic clouds are likely found along high-extinction sightlines (AV≥ 1 mag), hence limitingfH2in these directions. Conclusions. More than 50% of the lines of sight withNH2≥ 1020cm−2are untraceable by CO with aJ= 1−0 sensitivity limitWCO= 1 K km s−1.more » « less
-
Electrical resistivity measurements were performed on single crystals of URu2–xOsxSi2up tox= 0.28 under hydrostatic pressure up toP= 2 GPa. As the Os concentration,x, is increased, 1) the lattice expands, creating an effective negative chemical pressurePch(x); 2) the hidden-order (HO) phase is enhanced and the system is driven toward a large-moment antiferromagnetic (LMAFM) phase; and 3) less external pressurePcis required to induce the HO→LMAFM phase transition. We compare the behavior of theT(x,P) phase boundary reported here for the URu2-xOsxSi2system with previous reports of enhanced HO in URu2Si2upon tuning withPor similarly in URu2–xFexSi2upon tuning with positivePch(x). It is noteworthy that pressure, Fe substitution, and Os substitution are the only known perturbations that enhance the HO phase and induce the first-order transition to the LMAFM phase in URu2Si2. We present a scenario in which the application of pressure or the isoelectronic substitution of Fe and Os ions for Ru results in an increase in the hybridization of the U-5f-electron and transition metald-electron states which leads to electronic instability in the paramagnetic phase and the concurrent formation of HO (and LMAFM) in URu2Si2. Calculations in the tight-binding approximation are included to determine the strength of hybridization between the U-5f-electron states and thed-electron states of Ru and its isoelectronic Fe and Os substituents in URu2Si2.more » « less
-
Many program analyses need to reason about pairs of matching actions, such as call/return, lock/unlock, or set-field/get-field. The family of Dyck languages {Dk}, whereDkhaskkinds of parenthesis pairs, can be used to model matching actions as balanced parentheses. Consequently, many program-analysis problems can be formulated as Dyck-reachability problems on edge-labeled digraphs.Interleaved Dyck-reachability(InterDyck-reachability), denoted byDk⊙Dk-reachability, is a natural extension of Dyck-reachability that allows one to formulate program-analysis problems that involvemultiplekinds of matching-action pairs. Unfortunately, the general InterDyck-reachability problem is undecidable. In this paper, we study variants of InterDyck-reachability onbidirected graphs, where for each edge ⟨p,q⟩ labeled by an open parenthesis ”(a”, there is an edge ⟨q,p⟩ labeled by the corresponding close parenthesis ”)a”, andvice versa. Language-reachability on a bidirected graph has proven to be useful both (1) in its own right, as a way to formalize many program-analysis problems, such as pointer analysis, and (2) as arelaxationmethod that uses a fast algorithm to over-approximate language-reachability on a directed graph. However, unlike its directed counterpart, the complexity of bidirected InterDyck-reachability still remains open. We establish the first decidable variant (i.e.,D1⊙D1-reachability) of bidirected InterDyck-reachability. InD1⊙D1-reachability, each of the two Dyck languages is restricted to have only a single kind of parenthesis pair. In particular, we show that the bidirectedD1⊙D1problem is in PTIME. We also show that when one extends each Dyck language to involvekdifferent kinds of parentheses (i.e.,Dk⊙Dk-reachability withk≥ 2), the problem is NP-hard (and therefore much harder). We have implemented the polynomial-time algorithm for bidirectedD1⊙D1-reachability.Dk⊙Dk-reachability provides a new over-approximation method for bidirectedDk⊙Dk-reachability in the sense thatDk⊙Dk-reachability can first be relaxed to bidirectedD1⊙D1-reachability, and then the resulting bidirectedD1⊙D1-reachability problem is solved precisely. We compare thisD1⊙D1-reachability-based approach against another known over-approximatingDk⊙Dk-reachability algorithm. Surprisingly, we found that the over-approximation approach based on bidirectedD1⊙D1-reachability computesmore precisesolutions, even though theD1⊙D1formalism is inherently less expressive than theDk⊙Dkformalism.more » « less
-
Abstract PremisePrevious studies have suggested a trade‐off between trichome density (Dt) and stomatal density (Ds) due to shared cell precursors. We clarified how, when, and why this developmental trade‐off may be overcome across species. MethodsWe derived equations to determine the developmental basis forDtandDsin trichome and stomatal indices (itandis) and the sizes of epidermal pavement cells (e), trichome bases (t), and stomata (s) and quantified the importance of these determinants ofDtandDsfor 78 California species. We compiled 17 previous studies ofDt–Dsrelationships to determine the commonness ofDt–Dsassociations. We modeled the consequences of differentDt–Dsassociations for plant carbon balance. ResultsOur analyses showed that higherDtwas determined by higheritand lowere, and higherDsby higherisand lowere. Across California species, positiveDt–Dscoordination arose due toit–iscoordination and impacts of the variation ine. ADt–Dstrade‐off was found in only 30% of studies. Heuristic modeling showed that species sets would have the highest carbon balance with a positive or negative relationship or decoupling ofDtandDs, depending on environmental conditions. ConclusionsShared precursor cells of trichomes and stomata do not limit higher numbers of both cell types or drive a generalDt–Dstrade‐off across species. This developmental flexibility across diverse species enables differentDt–Dsassociations according to environmental pressures. Developmental trait analysis can clarify how contrasting trait associations would arise within and across species.more » « less
An official website of the United States government
