-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cleanup docs on vasp / openmm * typo * change install command to pypi since OpenMM makers released in v0.0.16 https://github.com/materialsproject/atomate2/releases/tag/v0.0.16 --------- Co-authored-by: Janosh Riebesell <[email protected]>
- Loading branch information
1 parent
7761de4
commit 67efb7f
Showing
3 changed files
with
29 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
Name,Type,Maker | ||
`Static`_,job,:obj:`.StaticMaker` | ||
`Relax`_,job,:obj:`.RelaxMaker` | ||
`Tight Relax`_,job,:obj:`.TightRelaxMaker` | ||
`Dielectric`_,job,:obj:`.DielectricMaker` | ||
`Transmuter`_,job,:obj:`.TransmuterMaker` | ||
`HSE06 Static`_,job,:obj:`.HSEStaticMaker` | ||
`HSE06 Relax`_,job,:obj:`.HSERelaxMaker` | ||
`HSE06 Tight Relax`_,job,:obj:`.HSETightRelaxMaker` | ||
`Double Relax`_,flow,:obj:`.DoubleRelaxMaker` | ||
`Band Structure`_,flow,:obj:`.BandStructureMaker` | ||
`Uniform Band Structure`_,flow,:obj:`.UniformBandStructureMaker` | ||
`Line-Mode Band Structure`_,flow,:obj:`.LineModeBandStructureMaker` | ||
`HSE06 Band Structure`_,flow,:obj:`.HSEBandStructureMaker` | ||
`HSE06 Uniform Band Structure`_,flow,:obj:`.HSEUniformBandStructureMaker` | ||
`HSE06 Line-Mode Band Structure`_,flow,:obj:`.HSELineModeBandStructureMaker` | ||
`Relax and Band Structure`_,flow,:obj:`.RelaxBandStructureMaker` | ||
`Elastic Constant`_,flow,:obj:`.ElasticMaker` | ||
`Optics`_,flow,:obj:`.OpticsMaker` | ||
`HSE06 Optics`_,flow,:obj:`.HSEOpticsMaker` | ||
`Phonons`_,flow,:obj:`.PhononMaker` | ||
`Lobster`_,flow,:obj:`.VaspLobsterMaker` | ||
`Static`_,job,:obj:`~atomate2.vasp.jobs.core.StaticMaker` | ||
`Relax`_,job,:obj:`~atomate2.vasp.jobs.core.RelaxMaker` | ||
`Tight Relax`_,job,:obj:`~atomate2.vasp.jobs.core.TightRelaxMaker` | ||
`Dielectric`_,job,:obj:`~atomate2.vasp.jobs.core.DielectricMaker` | ||
`Transmuter`_,job,:obj:`~atomate2.vasp.jobs.core.TransmuterMaker` | ||
`HSE06 Static`_,job,:obj:`~atomate2.vasp.jobs.core.HSEStaticMaker` | ||
`HSE06 Relax`_,job,:obj:`~atomate2.vasp.jobs.core.HSERelaxMaker` | ||
`HSE06 Tight Relax`_,job,:obj:`~atomate2.vasp.jobs.core.HSETightRelaxMaker` | ||
`Double Relax`_,flow,:obj:`~atomate2.vasp.flows.core.DoubleRelaxMaker` | ||
`Band Structure`_,flow,:obj:`~atomate2.vasp.flows.core.BandStructureMaker` | ||
`Uniform Band Structure`_,flow,:obj:`~atomate2.vasp.flows.core.UniformBandStructureMaker` | ||
`Line-Mode Band Structure`_,flow,:obj:`~atomate2.vasp.flows.core.LineModeBandStructureMaker` | ||
`HSE06 Band Structure`_,flow,:obj:`~atomate2.vasp.flows.core.HSEBandStructureMaker` | ||
`HSE06 Uniform Band Structure`_,flow,:obj:`~atomate2.vasp.flows.core.HSEUniformBandStructureMaker` | ||
`HSE06 Line-Mode Band Structure`_,flow,:obj:`~atomate2.vasp.flows.core.HSELineModeBandStructureMaker` | ||
`Relax and Band Structure`_,flow,:obj:`~atomate2.vasp.flows.core.RelaxBandStructureMaker` | ||
`Elastic Constant`_,flow,:obj:`~atomate2.vasp.flows.elastic.ElasticMaker` | ||
`Optics`_,flow,:obj:`~atomate2.vasp.flows.core.OpticsMaker` | ||
`HSE06 Optics`_,flow,:obj:`~atomate2.vasp.flows.core.HSEOpticsMaker` | ||
`Phonons`_,flow,:obj:`~atomate2.vasp.flows.phonons.PhononMaker` | ||
`Lobster`_,flow,:obj:`~atomate2.vasp.flows.lobster.VaspLobsterMaker` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters