QuantumChemistry
converse with AI about a molecule, drug, compound, scientific concept, terminology, method, or any topic in science or mathematics
|
Calling Sequence
|
|
Chat()
Chat()
Chat()
|
|
Parameters
|
|
|
-
|
item for the large language model to explain.
|
|
-
|
(optional) option of the form
|
|
-
|
(optional) option of the form
|
|
-
|
(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 alows you to converse with a large language model about a molecule, drug, compound, scientific concept, terminology, method, or any topic in science or mathematics. Just ask Chat a question. Furthermore, you can continue to ask questions and Chat will answer it in the context of your conversation.
|
•
|
If you set dialogue=false, then Chat will default to its earlier version (before 2025) in which it will explain a topic without a conversation. 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-4o, GPT-4 and ChatGPT models. The default model is GPT-4o. You can select ChatGPT by using the option, select GPT-4 by using the option, or force use of the GPT-4o 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. (2025). ChatGPT [Large language model]. https://chat.openai.com/chat
|
|
Examples
|
|
First, we load the QuantumChemistry package
>
|
|
| (5.1) |
For example, we can ask Chat for information about a molecule such as hydroxyurea
>
|
|
| (5.2) |
Not only do we obtain a much more detailed explaination in QCT2025, but also we can continue the conversation
>
|
|
| (5.3) |
We can ask about recommendations for electronic structure methods to treat hydroxyurea
>
|
|
| (5.4) |
We can also ask for a starting molecular geometry
>
|
|
| (5.5) |
As the example shows, the command Chat allow you to connect to the power of AI without leaving either Maple or the Quantum Chemistry package.
|
|
|
|
|
|