This file contains hidden or 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
from typing import Iterable | |
import numpy as np | |
from ase.io import read | |
from ase.atoms import Atoms | |
from samos.trajectory import Trajectory | |
from samos.analysis.get_gaussian_density import get_gaussian_density | |
def calculate_gaussian_density( |
OlderNewer