QuantumChemistry
ask AI to define a molecule, drug, or compound or to explain a scientific concept, terminology, or method
|
Calling Sequence
|
|
Chat()
Chat(, )
Chat(, )
|
|
Parameters
|
|
|
-
|
item for the large language model to explain.
|
|
-
|
(optional) option of the form , where is or .
|
|
-
|
string or name of the form more, further, continue, go on, or elaborate.
|
|
|
|
|
Description
•
|
The Chat command asks a large language model to define a molecule, drug, or compound or to explain a scientific concept, terminology, or method. The item to be explained can be a string, an algebraic expression, a relation such as an equation or inequality, or a list or set of expressions or relations.
|
•
|
After an explanation, you can ask for more detail by issuing the command . This keyword can be given as a string or a name, and you can equivalently use the arguments , , , or . Note that needs to be quoted because it contains a space.
|
•
|
The Chat command uses Maple's NaturalLanguage package. Maple can interface with OpenAI's GPT-4 and ChatGPT models. The default model is GPT-4; you can select ChatGPT by using the option, or force use of the GPT-4 model by using the option. Note that OpenAI may deprecate and disable models, so the set of models supported may change in the future.
|
|
Note: Large language models often generate inaccurate statements. Please keep this in mind when using the results.
|
•
|
If you have not agreed to the AI Terms of Use, you will see an error message when you use the Chat command. (The error message varies according to the platform and the interface you use, so it may look slightly different when you receive it.)
|
|
|
•
|
You can agree to the AI Terms of Use in Maple's Standard GUI, in two ways:
|
–
|
Open the Options dialog using the menus (the linked help page describes how).
|
–
|
Ensure the General tab is active.
|
–
|
Select the button labeled AI: Terms of Use.
|
–
|
Read and accept the terms.
|
–
|
Open the pane on the left hand side of the main window, if it is closed.
|
–
|
Select the button labeled AI Terms of Use.
|
–
|
Read and accept the terms.
|
|
|
References
|
|
OpenAI. (2024). ChatGPT [Large language model]. https://chat.openai.com/chat
|
|
Examples
|
|
With the new command Chat you can ask AI to define a molecule, drug, or compound or to explain a scientific concept, terminology, or method. (Note that before using Chat, you need to review and agree to the AI Terms of Use.)
For example, we can ask Chat for information about buckeyballs
>
|
|
>
|
|
| (5.1) |
or the antibiotic drug penicillin
| (5.2) |
If we want to know more about penicillin, we can just ask for more
We can also inquire about any scientific concept or terminology; for example, we can ask about entanglement
| (5.3) |
or even an electronic structure method like density functional theory
| (5.4) |
>
|
|
The command Chat allow you to connect to the power of AI without leaving either Maple or the Quantum Chemistry package.
| (5.5) |
|
|
|
|
|
|