.. Copyright 2024 NWChemEx-Project .. .. Licensed under the Apache License, Version 2.0 (the "License"); .. you may not use this file except in compliance with the License. .. You may obtain a copy of the License at .. .. http://www.apache.org/licenses/LICENSE-2.0 .. .. Unless required by applicable law or agreed to in writing, software .. distributed under the License is distributed on an "AS IS" BASIS, .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. .. See the License for the specific language governing permissions and .. limitations under the License. ############################# Terminology and Abbreviations ############################# .. glossary:: API Short for application programming interface. This is the interface a program exposes so that it can be called by other software. SDK Short for software development kit. SDKs are packages meant to facilitate developing software for specific platforms. Most SDKs contain the libraries and tools necessary to deploy on the platform as well as extensions which facilitate development and/or deployment.