AMS/en
Introduction¶
AMS (Amsterdam Modeling Suite), originally named ADF (Amsterdam Density Functional), is the SCM Software for Chemistry and Materials. AMS offers powerful computational chemistry tools for many research areas such as homogeneous and heterogeneous catalysis, inorganic chemistry, heavy element chemistry, various types of spectroscopy, and biochemistry.
The full SCM module products are available: * ADF * ADF-GUI * BAND * BAND-GUI * DFTB * ReaxFF * COSMO-RS * QE-GUI * NBO6
Running AMS on Nibi¶
The ams module is installed on Nibi. The license is an Academic Computing Centre license owned by SHARCNET. You may not use the Software for consulting services nor for purposes that have a commercial nature. To check what versions are available, use the module spider command as follows:
For module commands, please see Using modules.
Job submission¶
The clusters use the Slurm scheduler; for details about submitting jobs, see Running jobs.
Example scripts for an AMS job¶
This H2O_adf.sh example script is to request 32 CPUs on one node. Please use a reasonable number of CPUs instead of simply running a full-node job on Nibi, unless you have demonstrated that your job can scale efficiently to 192 CPUs.
This is the input file used in the script:
Example scripts for a band job¶
Notes¶
Important AMS Usage Notes
- The input for AMS is different from ADF; the previous ADF input file will not run for the new AMS. Some examples can be found in
/opt/software/ams/2025.102/examples/. - Except for the output
.logfile, other files are all saved in a subdirectoryAMS_JOBNAME.results. IfAMS_JOBNAMEis not defined in the input.runfile, the default name isams.results. - The restart file name is
ams.rkfinstead of theTAPE13in previous ADF versions.
For more usage information, please check the manuals in SCM Support.
Running AMS-GUI¶
Nibi¶
AMS can be run interactively in graphical mode on a Nibi compute node (8hr time limit) via OnDemand with these steps:
- Log in to ondemand.sharcnet.ca
- Select Nibi Desktop from Compute on the top.
- Select your options (select 1 core for visualization purposes, don't select Enable VirtualGL) and press Launch.
- Select Launch Nibi Desktop once your job starts.
- Right-click on the desktop and pick Open it Terminal.
- Pick MATE Terminal from the System Tools menu under the Applications menu.
module unload openmpimodule load amsamsinput &(to make AMS input)amsview &(for AMS result visualization)
If you need to select Enable VirtualGL for some other program that you are using, you will have to disable it for just AMS by starting it with LD_PRELOAD= amsinput.
Warning
OnDemand Nibi Desktop is intended for AMS-GUI applications, such as making input files and visualizing results. Please do not use it to run regular jobs or long interactive jobs. Select a single core and reasonable memory and runtime.