Skip to content

Fragment placer - #72

Open
m-titarenko wants to merge 1 commit into
dimonaks:masterfrom
m-titarenko:master
Open

Fragment placer#72
m-titarenko wants to merge 1 commit into
dimonaks:masterfrom
m-titarenko:master

Conversation

@m-titarenko

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread siman/core/molecule.py
n_trials: int, number of random poses generated for site
distance_range: tuple(float, float), minimum and maximum placement distances (Å)
between the host site and the fragment center
"""

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Добавить автора класса

Comment thread siman/core/molecule.py

class FragmentPlacer:
"""
Places an ionic or molecular fragment near a host molecule

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

сделать description по формату https://github.com/dimonaks/siman/wiki/Develop

Comment thread siman/core/molecule.py
self.n_trials = n_trials
self.distance_range = distance_range

def place_fragment(self, host_file, fragment_file, fragment_charge, output=None, optimize=True):

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Принимает на вход объекты Molecule и возвращает тоже Molecule

Можно использовать внутри
to_ase_atoms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants