Welcome to pysisyphus documentation!
pysisyphus is a software-suite for the exploration of potential energy surfaces in ground- and excited states. It implements several methods to search for stationary points (minima and first order saddle points) and the calculation of minimum energy paths by means of IRC and Chain of States methods like Nudged Elastic Band and Growing String. Furthermore it provides tools to easily analyze & modify geometries (aligning, translating, interpolating, ...) and to visualize the calculation results/progress.
The required energies, gradients and hessians are calculated by calling external quantum chemistry codes. pysisyphus can also be used as a library to implement custom quantum chemistry workflows.
If any issues arise please open an issue and I'll see if it can be fixed and my time permits it. Contrubtions are welcome, so feel free to submit a PR.
This software is still work in progress. Use at your own risk. Also take a look at the license
- 1. Overview of pysisyphus
- 2. Installation
- 3. Installation via Nix
- 4. Worked example
- 5. Coordinate Systems
- 5.1. Supported Coordinate Systems
- 5.2. Supported File Formats
- 5.3. YAML Input
- 5.4. Geometry & RedundantCoords
Geometry
Geometry.__init__()
Geometry.align_principal_axes()
Geometry.all_energies
Geometry.approximate_radius()
Geometry.as_ascii_art()
Geometry.as_ase_atoms()
Geometry.as_g98_list()
Geometry.as_xyz()
Geometry.assert_cart_coords()
Geometry.assert_compatibility()
Geometry.atom_indices()
Geometry.atom_types
Geometry.atom_xyz_iter()
Geometry.atomic_numbers
Geometry.bond_sets
Geometry.calc_double_ao_overlap()
Geometry.calc_energy()
Geometry.calc_energy_and_forces()
Geometry.calc_relaxed_density()
Geometry.calc_wavefunction()
Geometry.cart_coords
Geometry.cart_forces
Geometry.cart_gradient
Geometry.cart_hessian
Geometry.center()
Geometry.center_of_mass
Geometry.center_of_mass_at()
Geometry.centroid
Geometry.clear()
Geometry.comment
Geometry.coord_types
Geometry.coords
Geometry.coords3d
Geometry.coords_by_type
Geometry.copy()
Geometry.copy_all()
Geometry.covalent_radii
Geometry.del_atoms()
Geometry.describe()
Geometry.dump_trj()
Geometry.dump_xyz()
Geometry.eckart_projection()
Geometry.energy
Geometry.fd_coords3d_gen()
Geometry.forces
Geometry.get_energy_and_cart_forces_at()
Geometry.get_energy_and_cart_hessian_at()
Geometry.get_energy_and_forces_at()
Geometry.get_energy_at()
Geometry.get_energy_at_cart_coords()
Geometry.get_fragments()
Geometry.get_hessian_projector()
Geometry.get_imag_frequencies()
Geometry.get_normal_modes()
Geometry.get_restart_info()
Geometry.get_root_energy()
Geometry.get_sphere_radius()
Geometry.get_subgeom()
Geometry.get_subgeom_without()
Geometry.get_temporary_coords()
Geometry.get_thermoanalysis()
Geometry.get_trans_rot_projector()
Geometry.gradient
Geometry.has_all_energies()
Geometry.has_energy
Geometry.has_forces
Geometry.has_hessian()
Geometry.hessian
Geometry.inertia_tensor
Geometry.is_analytical_2d
Geometry.is_linear
Geometry.jmol()
Geometry.layers
Geometry.mass_weigh_hessian()
Geometry.masses
Geometry.masses_rep
Geometry.mm_inv
Geometry.mm_sqrt_inv
Geometry.modes3d()
Geometry.moving_atoms
Geometry.moving_atoms_jmol()
Geometry.mw_coords
Geometry.mw_gradient
Geometry.mw_hessian
Geometry.principal_axes_are_aligned()
Geometry.reparametrize()
Geometry.reset_coords()
Geometry.rmsd()
Geometry.rotate()
Geometry.set_calculator()
Geometry.set_coord()
Geometry.set_coords()
Geometry.set_h5_hessian()
Geometry.set_restart_info()
Geometry.set_results()
Geometry.standard_orientation()
Geometry.sum_formula
Geometry.td_1tdms
Geometry.tmp_xyz_handle()
Geometry.total_mass
Geometry.unweight_mw_hessian()
Geometry.vdw_radii
Geometry.vdw_volume()
Geometry.wavefunction
Geometry.without_hydrogens()
Geometry.zero_frozen_forces()
normalize_atoms()
HybridRedundantCoords
RedundantCoords
RedundantCoords.B
RedundantCoords.B_inv
RedundantCoords.B_inv_prim
RedundantCoords.B_prim
RedundantCoords.Bt_inv
RedundantCoords.Bt_inv_prim
RedundantCoords.C
RedundantCoords.P
RedundantCoords.backtransform_hessian()
RedundantCoords.bend_atom_indices
RedundantCoords.bend_indices
RedundantCoords.bond_atom_indices
RedundantCoords.bond_indices
RedundantCoords.bond_typed_prims
RedundantCoords.cartesian_indices
RedundantCoords.clear()
RedundantCoords.constrained_indices
RedundantCoords.coords
RedundantCoords.coords3d
RedundantCoords.dihedral_atom_indices
RedundantCoords.dihedral_indices
RedundantCoords.eval()
RedundantCoords.get_K_matrix()
RedundantCoords.get_index_of_typed_prim()
RedundantCoords.get_prim_internals_by_indices()
RedundantCoords.inv_B()
RedundantCoords.inv_Bt()
RedundantCoords.linear_bend_indices
RedundantCoords.log()
RedundantCoords.log_int_grad_msg()
RedundantCoords.outofplane_indices
RedundantCoords.prim_coords
RedundantCoords.prim_indices_set
RedundantCoords.prim_internals
RedundantCoords.primitives
RedundantCoords.print_typed_prims()
RedundantCoords.project_hessian()
RedundantCoords.project_vector()
RedundantCoords.return_inds()
RedundantCoords.rotation_indices
RedundantCoords.set_inds_from_typed_prims()
RedundantCoords.set_primitive_indices()
RedundantCoords.transform_forces()
RedundantCoords.transform_hessian()
RedundantCoords.transform_int_step()
RedundantCoords.translation_indices
RedundantCoords.typed_prims
TMTRIC
TRIC
get_tr_projector()
- 5.5. Related Literature
- 6. Calculators
- 6.1. YAML input
- 6.2. Calculator base classes
Calculator
Calculator.__init__()
Calculator.apply_keep_kind()
Calculator.apply_set_plans()
Calculator.build_set_plans()
Calculator.clean()
Calculator.conf_key
Calculator.force_num_hessian()
Calculator.geom_from_fn()
Calculator.get_cmd()
Calculator.get_energy()
Calculator.get_forces()
Calculator.get_hessian()
Calculator.get_num_hessian()
Calculator.get_relaxed_density()
Calculator.get_restart_info()
Calculator.get_stored_wavefunction()
Calculator.get_wavefunction()
Calculator.keep()
Calculator.load_wavefunction_from_file()
Calculator.log()
Calculator.make_fn()
Calculator.name
Calculator.popen()
Calculator.prepare()
Calculator.prepare_coords()
Calculator.prepare_input()
Calculator.prepare_path()
Calculator.prepare_pattern()
Calculator.prepare_turbo_coords()
Calculator.prepare_xyz_string()
Calculator.print_capabilities()
Calculator.print_out_fn()
Calculator.restore_org_hessian()
Calculator.run()
Calculator.run_after()
Calculator.set_restart_info()
Calculator.verify_chkfiles()
HessKind
KeepKind
SetPlan
- 6.3. OverlapCalculator base class
- 6.4. Calculators with Excited state capabilities
- 6.5. Calculators with Ground state capabilities
- 6.6. Meta (wrapping) Calculators
- 6.7. Pure Python calculators
- 7. Minimization
- 8. Minimization with Microiterations
- 9. Relaxed Scans
- 10. Excited State Optimization
- 11. Chain Of States Methods
- 12. Transition State Optimization
- 13. Intrinsic Reaction Coordinate (IRC)
- 14. Diabatiziation
- 15. Plotting
- 16. Working with Geometries
- 17. pysisyphus
- 17.1. pysisyphus package
- 17.1.1. Subpackages
- 17.1.1.1. pysisyphus.benchmarks package
- 17.1.1.2. pysisyphus.calculators package
- 17.1.1.3. pysisyphus.cos package
- 17.1.1.4. pysisyphus.db package
- 17.1.1.5. pysisyphus.drivers package
- 17.1.1.6. pysisyphus.dynamics package
- 17.1.1.7. pysisyphus.intcoords package
- 17.1.1.8. pysisyphus.interpolate package
- 17.1.1.9. pysisyphus.io package
- 17.1.1.10. pysisyphus.irc package
- 17.1.1.11. pysisyphus.line_searches package
- 17.1.1.12. pysisyphus.modefollow package
- 17.1.1.13. pysisyphus.optimizers package
- 17.1.1.14. pysisyphus.plotters package
- 17.1.1.15. pysisyphus.stocastic package
- 17.1.1.16. pysisyphus.tests package
- 17.1.1.17. pysisyphus.tsoptimizers package
- 17.1.1.18. pysisyphus.wrapper package
- 17.1.2. Submodules
- 17.1.3. pysisyphus.Geometry module
- 17.1.4. pysisyphus.TableFormatter module
- 17.1.5. pysisyphus.TablePrinter module
- 17.1.6. pysisyphus.color module
- 17.1.7. pysisyphus.config module
- 17.1.8. pysisyphus.constants module
- 17.1.9. pysisyphus.elem_data module
- 17.1.10. pysisyphus.exceptions module
- 17.1.11. pysisyphus.filtertrj module
- 17.1.12. pysisyphus.helpers module
FinalHessianResult
align_coords()
align_geoms()
check_for_end_sign()
complete_fragments()
confirm_input()
do_final_hessian()
fit_rigid()
geom_from_missing_ext()
geom_from_xyz_file()
geom_loader()
geoms_from_trj()
get_coords_diffs()
get_fragment_xyzs()
get_geom_getter()
get_tangent_trj_str()
imag_modes_from_geom()
index_array_from_overlaps()
match_geoms()
norm_max_rms()
np_print()
pick_image_inds()
print_barrier()
procrustes()
shake_coords()
simple_peaks()
slugify_worker()
- 17.1.13. pysisyphus.helpers_pure module
OrderedEnum
approx_float()
argsort()
cache_arrays()
check_mem()
chunks()
describe()
eigval_to_wavenumber()
estimate()
expand()
file_or_str()
filter_fixture_store()
find_closest_sequence()
full_expand()
get_box()
get_clock()
get_cubic_crystal()
get_input()
get_molecular_radius()
get_random_path()
get_ratio()
get_state_label()
hash_args()
hash_arr()
highlight_text()
increment_fn()
interpolate_colors()
json_to_results()
kill_dir()
log()
merge_sets()
molecular_volume()
recursive_extract()
recursive_update()
remove_duplicates()
report_frozen_atoms()
report_isotopes()
results_to_json()
rms()
sort_by_central()
standard_state_corr()
timed()
to_sets()
to_subscript_num()
touch()
- 17.1.14. pysisyphus.init_logging module
- 17.1.15. pysisyphus.linalg module
are_collinear()
cross3()
eigvec_grad()
fd_rmsd_hessian()
get_rot_mat()
get_rot_mat_for_coords()
gram_schmidt()
make_unit_vec()
matrix_power()
multi_component_sym_mat()
norm3()
orthogonalize_against()
perp_comp()
pivoted_cholesky()
pivoted_cholesky2()
quaternion_to_rot_mat()
rmsd_grad()
rot_quaternion()
svd_inv()
sym_mat_from_tril()
sym_mat_from_triu()
- 17.1.16. pysisyphus.pack module
- 17.1.17. pysisyphus.peakdetect module
- 17.1.18. pysisyphus.plot module
CDD_PNG_FNS
anim_cos()
get_en_conv()
get_force_unit()
list_h5_groups()
load_h5()
parse_args()
plot_afir()
plot_all_energies()
plot_calculations()
plot_cos_energies()
plot_cos_forces()
plot_cycle()
plot_gau()
plot_irc()
plot_irc_h5()
plot_md()
plot_opt()
plot_overlaps()
plot_scan()
plot_trj_energies()
render_cdds()
run()
spline_plot_cycles()
- 17.1.19. pysisyphus.run module
- 17.1.20. pysisyphus.socket_helper module
- 17.1.21. pysisyphus.testing module
- 17.1.22. pysisyphus.thermo module
- 17.1.23. pysisyphus.trj module
- 17.1.24. pysisyphus.version module
- 17.1.25. pysisyphus.xyzloader module
- 17.1.26. pysisyphus.yaml_mods module
- 17.1.27. Module contents
- 17.1.1. Subpackages
- 17.1. pysisyphus package