{"id":16241283,"url":"https://github.com/jacubillos10/ruspectroscopy_tools","last_synced_at":"2025-10-14T15:37:43.495Z","repository":{"id":220418885,"uuid":"751595660","full_name":"jacubillos10/RUSpectroscopy_Tools","owner":"jacubillos10","description":"C extension module (for python) to generate gamma and E matrices in RUS (Resonant Ultrasound Spectroscopy)","archived":false,"fork":false,"pushed_at":"2025-10-04T22:35:11.000Z","size":28059,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-05T00:21:35.409Z","etag":null,"topics":["c","openmp","physics","python3","resonant-ultrasound-spectroscopy","solid-state-physics"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jacubillos10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-01T23:13:44.000Z","updated_at":"2024-12-14T10:27:01.000Z","dependencies_parsed_at":"2024-11-11T22:18:32.877Z","dependency_job_id":"075d05b7-2981-471f-aecd-e4d07f023394","html_url":"https://github.com/jacubillos10/RUSpectroscopy_Tools","commit_stats":{"total_commits":86,"total_committers":2,"mean_commits":43.0,"dds":"0.011627906976744207","last_synced_commit":"c707202f9dd6ab707b96a3b6a0bb334aba962981"},"previous_names":["jacubillos10/rus_uniandes","jacubillos10/ruspectroscopy_tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jacubillos10/RUSpectroscopy_Tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacubillos10%2FRUSpectroscopy_Tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacubillos10%2FRUSpectroscopy_Tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacubillos10%2FRUSpectroscopy_Tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacubillos10%2FRUSpectroscopy_Tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacubillos10","download_url":"https://codeload.github.com/jacubillos10/RUSpectroscopy_Tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacubillos10%2FRUSpectroscopy_Tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019323,"owners_count":26086711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","openmp","physics","python3","resonant-ultrasound-spectroscopy","solid-state-physics"],"created_at":"2024-10-10T14:06:55.930Z","updated_at":"2025-10-14T15:37:43.465Z","avatar_url":"https://github.com/jacubillos10.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RUSpectroscopy_tools\n\nA C extension module for generating Gamma and Epsilon matrices, in Resonant Ultrasound Spectroscopy.\n\n## Authors\n\n- Alejandro Cubillos - alejandro4cm@outlook.com\n- Manuela Rivas\n- Julián Rincón \n\n## Import: \n```python\nfrom rusmodules import rus\n```\n\n## Usage Example\n```python\ngamma = rus.gamma_matrix(N, C, geometry, shape)\nE = rus.E_matrix(N, shape) \n```\n\n# Where: \n* N \u003cint\u003e represents the maximim grade of the polynomials of the basis functions \n* C \u003cnp.array\u003e 6x6 matrix with the elastic constants\n* geometry \u003cnp.array\u003e (3,) shape array containing the dimensions of the sample\n* shape \u003cint\u003e 0 for parallelepiped, 1 for cylinder and 2 to spheroid\n\nSolve forward problem with scipy:\nEigenvalues return $m\\omega^2$\n```python\neigenvals, eigenvects = scipy.linalg.eigh(a = gamma, b = E)\nomega = (eigenvals[6:]/m)**(1/2) #remember the fisrt 6 eigenvalues must be near zero\nfrequencies = omega/(2*np.pi)\n``` \n\n## Installation: \n```bash\npip3 install ruspectroscopy-tools\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacubillos10%2Fruspectroscopy_tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacubillos10%2Fruspectroscopy_tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacubillos10%2Fruspectroscopy_tools/lists"}