11# About
22
3- GauXC Copyright (c) 2020-2024, The Regents of the University of California,
3+ GauXC
4+
5+ Copyright (c) 2020-2024, The Regents of the University of California,
46through Lawrence Berkeley National Laboratory (subject to receipt of
5- any required approvals from the U.S. Dept. of Energy). All rights reserved.
7+ any required approvals from the U.S. Dept. of Energy).
8+
9+ (c) 2024-2025, Microsoft Corporation
10+
11+ All rights reserved.
612
7- If you have questions about your rights to use or distribute this software,
8- please contact Berkeley Lab's Intellectual Property Office at
9- IPO@lbl.gov .
1013
1114NOTICE. This Software was developed under funding from the U.S. Department
1215of Energy and the U.S. Government consequently retains certain rights. As
@@ -29,12 +32,7 @@ frameworks to target NVIDIA and AMD GPUs, respectively.
2932Evaluation
3033of the XC functional CPU/accelerator architectures is provided by the
3134[ ExchCXX] ( https://github.com/wavefunction91/ExchCXX ) library. Quadratures are generated
32- by the [ IntegratorXX] ( https://github.com/wavefunction91/IntegratorXX ) .
33-
34- GauXC is a work in progress. Its development has been funded by the U.S.
35- Department of Energy Exascale Computing Project
36- ([ NWChemEx] ( https://github.com/NWChemEx-Project ) ).
37-
35+ by the [ IntegratorXX] ( https://github.com/wavefunction91/IntegratorXX ) library.
3836
3937# Design Goals
4038
@@ -62,17 +60,7 @@ for flexible and agile development in the field of KS-DFT.
6260
6361# Major Contributors
6462
65- Primary Developer and Maintainer: David Williams--Young - LBNL (dbwy at lbl dot gov)
66-
67- GauXC has received major contributions from the following developers (in no particular order):
68- * Thom Popovici (LBNL) - Optimized sn-K kernels for CPU and GPU architectures
69- * Teri Lambros (UW) - Unrestricted (UKS) and Generalized (GKS) DFT
70- * Daniel Mejia-Rodriguez (PNNL) - Meta-GGA DFT
71-
72- We have also receieved significant support from industry collaborators:
73- * David Clark (NVIDIA) - Optimization of critical kernels for NVIDIA architectures
74- * Damon McDougall (AMD) - Optimization of critical kernels for AMDGPU architectures
75-
63+ See CONTRIBUTORS.md for a list of major contributors to GauXC.
7664
7765# Publications
7866
@@ -229,7 +217,7 @@ target_link_libraries( my_target PUBLIC gauxc::gauxc )
229217
230218# Example Usage
231219
232- Coming Soon.... See ` test/standalone_driver.cxx ` for an example end-to-end invocation of GauXC for various integrands.
220+ See ` test/standalone_driver.cxx ` for an example end-to-end invocation of GauXC for various integrands.
233221
234222
235223# License
@@ -239,6 +227,15 @@ LICENSE.txt for details.
239227
240228# Acknowledgments
241229
242- The development of GauXC is supported by the Exascale Computing Project
230+ The development of GauXC was previously supported by the Exascale Computing Project
243231(17-SC-20-SC), a collaborative effort of the U.S. Department of Energy Office
244232of Science and the National Nuclear Security Administration.
233+
234+ ##Trademarks
235+
236+ This project may contain trademarks or logos for projects, products, or
237+ services. Authorized use of Microsoft trademarks or logos is subject to and
238+ must follow Microsoft’s Trademark & Brand Guidelines. Use of Microsoft
239+ trademarks or logos in modified versions of this project must not cause
240+ confusion or imply Microsoft sponsorship. Any use of third-party trademarks or
241+ logos are subject to those third-party’s policies.
0 commit comments